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