1 instantiation of PdbWriter
ILCompiler.ReadyToRun (1)
ObjectWriter\SymbolFileBuilder.cs (1)
32
new
PdbWriter
(pdbPath, PDBExtraData.None, _details).WritePDBData(dllFileName, _outputInfoBuilder.EnumerateMethods());
2 references to PdbWriter
ILCompiler.Diagnostics (2)
PdbWriter.cs (2)
443
foreach (AssemblyFileVersionAttribute versionAttribute in typeof(
PdbWriter
).Assembly.GetCustomAttributes(typeof(AssemblyFileVersionAttribute), true))
460
foreach (AssemblyInformationalVersionAttribute versionAttribute in typeof(
PdbWriter
).Assembly.GetCustomAttributes(typeof(AssemblyInformationalVersionAttribute), true))