1 instantiation of CustomDebugInfoWriter
Microsoft.CodeAnalysis (1)
PEWriter\MetadataWriter.cs (1)
2949CustomDebugInfoWriter customDebugInfoWriter = (nativePdbWriterOpt != null) ? new CustomDebugInfoWriter(nativePdbWriterOpt) : null;
3 references to CustomDebugInfoWriter
Microsoft.CodeAnalysis (2)
NativePdbWriter\PdbWriter.cs (1)
65public void SerializeDebugInfo(IMethodBody methodBody, StandaloneSignatureHandle localSignatureHandleOpt, CustomDebugInfoWriter customDebugInfoWriter)
PEWriter\MetadataWriter.cs (1)
2949CustomDebugInfoWriter customDebugInfoWriter = (nativePdbWriterOpt != null) ? new CustomDebugInfoWriter(nativePdbWriterOpt) : null;
Microsoft.CodeAnalysis.UnitTests (1)
Emit\CustomDebugInfoTests.cs (1)
366Cci.CustomDebugInfoWriter.SerializeCustomDebugInformation(ref cdiEncoder, debugInfo);