2 implementations of GetDebugInfo
Microsoft.DiaSymReader (2)
Generated\361d1da7f942c932\Microsoft.DiaSymReader.ISymUnmanagedWriter5.cs (1)
923
void global::Microsoft.DiaSymReader.ISymUnmanagedWriter5.
GetDebugInfo
(ref global::Microsoft.DiaSymReader.ImageDebugDirectory debugDirectory, uint dataCount, out uint dataCountPtr, byte* data)
Generated\361d1da7f942c932\Microsoft.DiaSymReader.ISymUnmanagedWriter8.cs (1)
1065
void global::Microsoft.DiaSymReader.ISymUnmanagedWriter5.
GetDebugInfo
(ref global::Microsoft.DiaSymReader.ImageDebugDirectory debugDirectory, uint dataCount, out uint dataCountPtr, byte* data) => throw new global::System.Diagnostics.UnreachableException();
4 references to GetDebugInfo
Microsoft.DiaSymReader (4)
Generated\361d1da7f942c932\Microsoft.DiaSymReader.ISymUnmanagedWriter5.cs (1)
957
@this.
GetDebugInfo
(ref debugDirectory, dataCount, out dataCountPtr, data);
Generated\361d1da7f942c932\Microsoft.DiaSymReader.ISymUnmanagedWriter8.cs (1)
1157
new void GetDebugInfo(ref global::Microsoft.DiaSymReader.ImageDebugDirectory debugDirectory, uint dataCount, out uint dataCountPtr, byte* data) => ((global::Microsoft.DiaSymReader.ISymUnmanagedWriter5)this).
GetDebugInfo
(ref debugDirectory, dataCount, out dataCountPtr, data);
Writer\SymUnmanagedWriterImpl.cs (2)
705
symWriter.
GetDebugInfo
(ref debugDir, 0, out dataLength, null);
717
symWriter.
GetDebugInfo
(ref debugDir, dataLength, out dataLength, pb);