1 instantiation of NestedPreinitResult
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
142result = new NestedPreinitResult(nestedPreinit._fieldValues, baseInstructionCounter);
4 references to NestedPreinitResult
ILCompiler.Compiler (4)
Compiler\TypePreinit.cs (4)
46private readonly Dictionary<MetadataType, NestedPreinitResult> _nestedPreinitResults = new Dictionary<MetadataType, NestedPreinitResult>(); 116private bool TryGetNestedPreinitResult(MethodDesc callingMethod, MetadataType type, Stack<MethodDesc> recursionProtect, ref int instructionCounter, out NestedPreinitResult result) 441if (!TryGetNestedPreinitResult(methodIL.OwningMethod, field.OwningType, recursionProtect, ref instructionCounter, out NestedPreinitResult nestedPreinitResult))