2 implementations of AddSymbol
ILCompiler.Diagnostics (2)
_generated\0\Microsoft.DiaSymReader.ISymNGenWriter.cs (1)
39
void global::Microsoft.DiaSymReader.ISymNGenWriter.
AddSymbol
(string pSymbol, ushort iSection, ulong rva)
_generated\1\Microsoft.DiaSymReader.ISymNGenWriter2.cs (1)
322
void global::Microsoft.DiaSymReader.ISymNGenWriter.
AddSymbol
(string pSymbol, ushort iSection, ulong rva) => throw new global::System.Diagnostics.UnreachableException();
2 references to AddSymbol
ILCompiler.Diagnostics (2)
_generated\0\Microsoft.DiaSymReader.ISymNGenWriter.cs (1)
81
@this.
AddSymbol
(pSymbol, iSection, rva);
_generated\1\Microsoft.DiaSymReader.ISymNGenWriter2.cs (1)
334
new void AddSymbol(string pSymbol, ushort iSection, ulong rva) => ((global::Microsoft.DiaSymReader.ISymNGenWriter)this).
AddSymbol
(pSymbol, iSection, rva);