1 interface inheriting from ISymNGenWriter2
ILCompiler.Diagnostics (1)
_generated\1\Microsoft.DiaSymReader.ISymNGenWriter2.cs (1)
26
file unsafe interface InterfaceImplementation : global::Microsoft.DiaSymReader.
ISymNGenWriter2
26 references to ISymNGenWriter2
ILCompiler.Diagnostics (26)
_generated\1\Microsoft.DiaSymReader.ISymNGenWriter2.cs (24)
47
void global::Microsoft.DiaSymReader.
ISymNGenWriter2
.OpenModW(string wszModule, string wszObjFile, out nuint ppmod)
49
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymNGenWriter2
));
71
global::Microsoft.DiaSymReader.
ISymNGenWriter2
@this = default;
82
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.
ISymNGenWriter2
>(__this_native);
99
void global::Microsoft.DiaSymReader.
ISymNGenWriter2
.CloseMod(nuint pmod)
101
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymNGenWriter2
));
118
global::Microsoft.DiaSymReader.
ISymNGenWriter2
@this = default;
123
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.
ISymNGenWriter2
>(__this_native);
138
void global::Microsoft.DiaSymReader.
ISymNGenWriter2
.ModAddSymbols(nuint pmod, byte[] pbSym, int cb)
140
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymNGenWriter2
));
159
global::Microsoft.DiaSymReader.
ISymNGenWriter2
@this = default;
171
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.
ISymNGenWriter2
>(__this_native);
186
void global::Microsoft.DiaSymReader.
ISymNGenWriter2
.ModAddSecContribEx(nuint pmod, ushort isect, int off, int cb, uint dwCharacteristics, uint dwDataCrc, uint dwRelocCrc)
188
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymNGenWriter2
));
205
global::Microsoft.DiaSymReader.
ISymNGenWriter2
@this = default;
210
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.
ISymNGenWriter2
>(__this_native);
225
void global::Microsoft.DiaSymReader.
ISymNGenWriter2
.QueryPDBNameExW(char[] pdb, nint cchMax)
227
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymNGenWriter2
));
246
global::Microsoft.DiaSymReader.
ISymNGenWriter2
@this = default;
258
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.
ISymNGenWriter2
>(__this_native);
273
void global::Microsoft.DiaSymReader.
ISymNGenWriter2
.AddSymbol(string pSymbol, ushort iSection, ulong rva)
275
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymNGenWriter2
));
306
void global::Microsoft.DiaSymReader.
ISymNGenWriter2
.AddSection(ushort iSection, global::Microsoft.DiaSymReader.OMF flags, int offset, int cb)
308
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymNGenWriter2
));
PdbWriter.cs (2)
93
ISymNGenWriter2
_ngenWriter;
198
_ngenWriter = (
ISymNGenWriter2
)comWrapper.GetOrCreateObjectForComInstance(pdbWriterInst, CreateObjectFlags.UniqueInstance);