1 instantiation of ImageDebugDirectory
Microsoft.DiaSymReader (1)
Writer\SymUnmanagedWriterImpl.cs (1)
700
var debugDir = new
ImageDebugDirectory
();
29 references to ImageDebugDirectory
Microsoft.DiaSymReader (29)
_generated\37\Microsoft.DiaSymReader.ISymUnmanagedWriter5.cs (14)
28
public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, global::Microsoft.DiaSymReader.
ImageDebugDirectory
*, uint, uint*, byte*, int> GetDebugInfo_21;
39
public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, global::Microsoft.DiaSymReader.
ImageDebugDirectory
*, uint, uint*, byte*, int> GetDebugInfoWithPadding_32;
923
void global::Microsoft.DiaSymReader.ISymUnmanagedWriter5.GetDebugInfo(ref global::Microsoft.DiaSymReader.
ImageDebugDirectory
debugDirectory, uint dataCount, out uint dataCountPtr, byte* data)
926
var __target = ((delegate* unmanaged[MemberFunction]<void*, global::Microsoft.DiaSymReader.
ImageDebugDirectory
*, uint, uint*, byte*, int> )__vtable[21]);
932
fixed (global::Microsoft.DiaSymReader.
ImageDebugDirectory
* __debugDirectory_native = &debugDirectory)
944
internal static int ABI_GetDebugInfo(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, global::Microsoft.DiaSymReader.
ImageDebugDirectory
* __debugDirectory_native__param, uint dataCount, uint* __dataCountPtr_native__param, byte* data)
947
ref global::Microsoft.DiaSymReader.
ImageDebugDirectory
__debugDirectory_native = ref *__debugDirectory_native__param;
948
global::Microsoft.DiaSymReader.
ImageDebugDirectory
debugDirectory = default;
1472
void global::Microsoft.DiaSymReader.ISymUnmanagedWriter5.GetDebugInfoWithPadding(ref global::Microsoft.DiaSymReader.
ImageDebugDirectory
debugDirectory, uint dataCount, out uint dataCountPtr, byte* data)
1475
var __target = ((delegate* unmanaged[MemberFunction]<void*, global::Microsoft.DiaSymReader.
ImageDebugDirectory
*, uint, uint*, byte*, int> )__vtable[32]);
1481
fixed (global::Microsoft.DiaSymReader.
ImageDebugDirectory
* __debugDirectory_native = &debugDirectory)
1493
internal static int ABI_GetDebugInfoWithPadding(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, global::Microsoft.DiaSymReader.
ImageDebugDirectory
* __debugDirectory_native__param, uint dataCount, uint* __dataCountPtr_native__param, byte* data)
1496
ref global::Microsoft.DiaSymReader.
ImageDebugDirectory
__debugDirectory_native = ref *__debugDirectory_native__param;
1497
global::Microsoft.DiaSymReader.
ImageDebugDirectory
debugDirectory = default;
_generated\38\Microsoft.DiaSymReader.ISymUnmanagedWriter8.cs (12)
28
public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, global::Microsoft.DiaSymReader.
ImageDebugDirectory
*, uint, uint*, byte*, int> GetDebugInfo_21;
39
public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, global::Microsoft.DiaSymReader.
ImageDebugDirectory
*, uint, uint*, byte*, int> GetDebugInfoWithPadding_32;
687
void global::Microsoft.DiaSymReader.ISymUnmanagedWriter8.GetDebugInfo(ref global::Microsoft.DiaSymReader.
ImageDebugDirectory
debugDirectory, uint dataCount, out uint dataCountPtr, byte* data)
690
var __target = ((delegate* unmanaged[MemberFunction]<void*, global::Microsoft.DiaSymReader.
ImageDebugDirectory
*, uint, uint*, byte*, int> )__vtable[21]);
696
fixed (global::Microsoft.DiaSymReader.
ImageDebugDirectory
* __debugDirectory_native = &debugDirectory)
944
void global::Microsoft.DiaSymReader.ISymUnmanagedWriter8.GetDebugInfoWithPadding(ref global::Microsoft.DiaSymReader.
ImageDebugDirectory
debugDirectory, uint dataCount, out uint dataCountPtr, byte* data)
947
var __target = ((delegate* unmanaged[MemberFunction]<void*, global::Microsoft.DiaSymReader.
ImageDebugDirectory
*, uint, uint*, byte*, int> )__vtable[32]);
953
fixed (global::Microsoft.DiaSymReader.
ImageDebugDirectory
* __debugDirectory_native = &debugDirectory)
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();
1087
void global::Microsoft.DiaSymReader.ISymUnmanagedWriter5.GetDebugInfoWithPadding(ref global::Microsoft.DiaSymReader.
ImageDebugDirectory
debugDirectory, uint dataCount, out uint dataCountPtr, byte* data) => throw new global::System.Diagnostics.UnreachableException();
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);
1190
new 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);
Writer\ISymUnmanagedWriter.cs (2)
59
void GetDebugInfo(ref
ImageDebugDirectory
debugDirectory, uint dataCount, out uint dataCountPtr, byte* data);
97
void GetDebugInfoWithPadding(ref
ImageDebugDirectory
debugDirectory, uint dataCount, out uint dataCountPtr, byte* data);
Writer\SymUnmanagedWriterImpl.cs (1)
700
var
debugDir = new ImageDebugDirectory();