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