8 references to IsNestedFunctionOrStateMachineMember
ILCompiler.Compiler (8)
Compiler\Dataflow\CompilerGeneratedState.cs (3)
665if (IsNestedFunctionOrStateMachineMember(method)) 717if (!IsNestedFunctionOrStateMachineMember(sourceMember)) 763Debug.Assert(!IsNestedFunctionOrStateMachineMember(userMethod));
Compiler\Dataflow\MethodBodyScanner.cs (1)
293Debug.Assert(!CompilerGeneratedState.IsNestedFunctionOrStateMachineMember(startingMethod));
Compiler\Dataflow\ReflectionMarker.cs (2)
331bool isCompilerGenerated = CompilerGeneratedState.IsNestedFunctionOrStateMachineMember(entity); 375bool isCompilerGenerated = CompilerGeneratedState.IsNestedFunctionOrStateMachineMember(entity);
Compiler\DependencyAnalysis\DataflowAnalyzedMethodNode.cs (1)
27Debug.Assert(!CompilerGeneratedState.IsNestedFunctionOrStateMachineMember(methodIL.OwningMethod));
Compiler\UsageBasedMetadataManager.cs (1)
954if (CompilerGeneratedState.IsNestedFunctionOrStateMachineMember(methodILDefinition.OwningMethod))