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