2 interfaces inheriting from ISymNGenWriter
ILCompiler.Diagnostics (2)
_generated\0\Microsoft.DiaSymReader.ISymNGenWriter.cs (1)
21
file unsafe interface InterfaceImplementation : global::Microsoft.DiaSymReader.
ISymNGenWriter
ISymNGenWriter.cs (1)
116
internal partial interface ISymNGenWriter2 :
ISymNGenWriter
13 references to ISymNGenWriter
ILCompiler.Diagnostics (13)
_generated\0\Microsoft.DiaSymReader.ISymNGenWriter.cs (8)
39
void global::Microsoft.DiaSymReader.
ISymNGenWriter
.AddSymbol(string pSymbol, ushort iSection, ulong rva)
41
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymNGenWriter
));
73
global::Microsoft.DiaSymReader.
ISymNGenWriter
@this = default;
80
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.
ISymNGenWriter
>(__this_native);
95
void global::Microsoft.DiaSymReader.
ISymNGenWriter
.AddSection(ushort iSection, global::Microsoft.DiaSymReader.OMF flags, int offset, int cb)
97
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymNGenWriter
));
114
global::Microsoft.DiaSymReader.
ISymNGenWriter
@this = default;
119
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.
ISymNGenWriter
>(__this_native);
_generated\1\Microsoft.DiaSymReader.ISymNGenWriter2.cs (5)
34
global::System.Runtime.InteropServices.Marshalling.StrategyBasedComWrappers.DefaultIUnknownInterfaceDetailsStrategy.GetIUnknownDerivedDetails(typeof(global::Microsoft.DiaSymReader.
ISymNGenWriter
).TypeHandle).ManagedVirtualMethodTable,
322
void global::Microsoft.DiaSymReader.
ISymNGenWriter
.AddSymbol(string pSymbol, ushort iSection, ulong rva) => throw new global::System.Diagnostics.UnreachableException();
324
void global::Microsoft.DiaSymReader.
ISymNGenWriter
.AddSection(ushort iSection, global::Microsoft.DiaSymReader.OMF flags, int offset, int cb) => throw new global::System.Diagnostics.UnreachableException();
334
new void AddSymbol(string pSymbol, ushort iSection, ulong rva) => ((global::Microsoft.DiaSymReader.
ISymNGenWriter
)this).AddSymbol(pSymbol, iSection, rva);
337
new void AddSection(ushort iSection, global::Microsoft.DiaSymReader.OMF flags, int offset, int cb) => ((global::Microsoft.DiaSymReader.
ISymNGenWriter
)this).AddSection(iSection, flags, offset, cb);