4 references to IsHoistedLocal
ILCompiler.Compiler (4)
Compiler\Dataflow\HoistedLocalKey.cs (1)
22
Debug.Assert(CompilerGeneratedState.
IsHoistedLocal
(field));
Compiler\Dataflow\MethodBodyScanner.cs (3)
1109
else if (CompilerGeneratedState.
IsHoistedLocal
(field))
1145
if (CompilerGeneratedState.
IsHoistedLocal
(field))
1206
CompilerGeneratedState.
IsHoistedLocal
(fieldReferenceValue.FieldDefinition)