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