9 references to IsNestedFunctionOrStateMachineMember
illink (9)
Linker.Dataflow\CompilerGeneratedState.cs (2)
520
if (
IsNestedFunctionOrStateMachineMember
(method))
579
if (!
IsNestedFunctionOrStateMachineMember
(sourceMember))
Linker.Steps\MarkStep.cs (7)
1730
bool isCompilerGenerated = CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(method);
1820
bool isCompilerGenerated = CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(member);
3230
if (!CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(method) || method.Body == null)
3807
if (CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(body.Method))
3870
Debug.Assert(CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(methodIL.Method));
3899
if (CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(methodIL.Method))
4105
Debug.Assert(!CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(methodIL.Method));