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