1 implementation of AddSymbol
ILCompiler.Diagnostics (1)
_generated\1\Microsoft.DiaSymReader.ISymNGenWriter2.cs (1)
273
void global::Microsoft.DiaSymReader.ISymNGenWriter2.
AddSymbol
(string pSymbol, ushort iSection, ulong rva)
2 references to AddSymbol
ILCompiler.Diagnostics (2)
PdbWriter.cs (2)
258
_ngenWriter.
AddSymbol
(nameSuffix, iCodeSection, method.HotRVA - textSectionOffset);
261
_ngenWriter.
AddSymbol
($"[COLD] {nameSuffix}", iCodeSection, method.ColdRVA);