2 implementations of AddSection
ILCompiler.Diagnostics (2)
_generated\0\Microsoft.DiaSymReader.ISymNGenWriter.cs (1)
95
void global::Microsoft.DiaSymReader.ISymNGenWriter.
AddSection
(ushort iSection, global::Microsoft.DiaSymReader.OMF flags, int offset, int cb)
_generated\1\Microsoft.DiaSymReader.ISymNGenWriter2.cs (1)
324
void global::Microsoft.DiaSymReader.ISymNGenWriter.
AddSection
(ushort iSection, global::Microsoft.DiaSymReader.OMF flags, int offset, int cb) => throw new global::System.Diagnostics.UnreachableException();
2 references to AddSection
ILCompiler.Diagnostics (2)
_generated\0\Microsoft.DiaSymReader.ISymNGenWriter.cs (1)
120
@this.
AddSection
(iSection, flags, offset, cb);
_generated\1\Microsoft.DiaSymReader.ISymNGenWriter2.cs (1)
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);