You've already forked linux-packaging-mono
Imported Upstream version 5.4.0.199
Former-commit-id: f4d318e4b2f128fa9f4d31b37bb3839a3fc0dfb2
This commit is contained in:
parent
536cd135cc
commit
5924117973
@@ -35,11 +35,12 @@ namespace Mono.Cecil.Pdb {
|
||||
this.pdb_file = file;
|
||||
}
|
||||
|
||||
#if !READ_ONLY
|
||||
public ISymbolWriterProvider GetWriterProvider ()
|
||||
{
|
||||
return new NativePdbWriterProvider ();
|
||||
}
|
||||
|
||||
#endif
|
||||
/*
|
||||
uint Magic = 0x53445352;
|
||||
Guid Signature;
|
||||
@@ -211,6 +212,7 @@ namespace Mono.Cecil.Pdb {
|
||||
} else {
|
||||
import = GetImport (scope, info.Method.Module);
|
||||
imports.Add (scope, import);
|
||||
parent.import = import;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -262,6 +264,9 @@ namespace Mono.Cecil.Pdb {
|
||||
var import = new ImportDebugInformation ();
|
||||
|
||||
foreach (var used_namespace in scope.usedNamespaces) {
|
||||
if (string.IsNullOrEmpty (used_namespace))
|
||||
continue;
|
||||
|
||||
ImportTarget target = null;
|
||||
var value = used_namespace.Substring (1);
|
||||
switch (used_namespace [0]) {
|
||||
|
||||
Reference in New Issue
Block a user