1 instantiation of CoffSectionSymbol
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (1)
124
var auxRecord = new
CoffSectionSymbol
3 references to CoffSectionSymbol
ILCompiler.ReadyToRun (3)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (3)
58
private readonly Dictionary<int,
CoffSectionSymbol
> _sectionNumberToComdatAuxRecord = new();
124
var
auxRecord = new CoffSectionSymbol
432
if (_sectionNumberToComdatAuxRecord.TryGetValue(sectionIndex, out
var
auxRecord))