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