1 instantiation of CustomDebugInfoWriter
Microsoft.CodeAnalysis (1)
PEWriter\MetadataWriter.cs (1)
2933CustomDebugInfoWriter customDebugInfoWriter = (nativePdbWriterOpt != null) ? new CustomDebugInfoWriter(nativePdbWriterOpt) : null;
2 references to CustomDebugInfoWriter
Microsoft.CodeAnalysis (2)
NativePdbWriter\PdbWriter.cs (1)
66public void SerializeDebugInfo(IMethodBody methodBody, StandaloneSignatureHandle localSignatureHandleOpt, CustomDebugInfoWriter customDebugInfoWriter)
PEWriter\MetadataWriter.cs (1)
2933CustomDebugInfoWriter customDebugInfoWriter = (nativePdbWriterOpt != null) ? new CustomDebugInfoWriter(nativePdbWriterOpt) : null;