2 implementations of GetDebugInfoWithPadding
Microsoft.DiaSymReader (2)
_generated\37\Microsoft.DiaSymReader.ISymUnmanagedWriter5.cs (1)
1472void global::Microsoft.DiaSymReader.ISymUnmanagedWriter5.GetDebugInfoWithPadding(ref global::Microsoft.DiaSymReader.ImageDebugDirectory debugDirectory, uint dataCount, out uint dataCountPtr, byte* data)
_generated\38\Microsoft.DiaSymReader.ISymUnmanagedWriter8.cs (1)
1087void global::Microsoft.DiaSymReader.ISymUnmanagedWriter5.GetDebugInfoWithPadding(ref global::Microsoft.DiaSymReader.ImageDebugDirectory debugDirectory, uint dataCount, out uint dataCountPtr, byte* data) => throw new global::System.Diagnostics.UnreachableException();
2 references to GetDebugInfoWithPadding
Microsoft.DiaSymReader (2)
_generated\37\Microsoft.DiaSymReader.ISymUnmanagedWriter5.cs (1)
1506@this.GetDebugInfoWithPadding(ref debugDirectory, dataCount, out dataCountPtr, data);
_generated\38\Microsoft.DiaSymReader.ISymUnmanagedWriter8.cs (1)
1190new void GetDebugInfoWithPadding(ref global::Microsoft.DiaSymReader.ImageDebugDirectory debugDirectory, uint dataCount, out uint dataCountPtr, byte* data) => ((global::Microsoft.DiaSymReader.ISymUnmanagedWriter5)this).GetDebugInfoWithPadding(ref debugDirectory, dataCount, out dataCountPtr, data);