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