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