2 implementations of GetDebugInfoWithPadding
Microsoft.DiaSymReader (2)
Generated\361d1da7f942c932\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\361d1da7f942c932\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\361d1da7f942c932\Microsoft.DiaSymReader.ISymUnmanagedWriter5.cs (1)
1506@this.GetDebugInfoWithPadding(ref debugDirectory, dataCount, out dataCountPtr, data);
Generated\361d1da7f942c932\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);