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