9 references to IsNestedFunctionOrStateMachineMember
illink (9)
Linker.Dataflow\CompilerGeneratedState.cs (2)
520
if (
IsNestedFunctionOrStateMachineMember
(method))
579
if (!
IsNestedFunctionOrStateMachineMember
(sourceMember))
Linker.Steps\MarkStep.cs (7)
1750
bool isCompilerGenerated = CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(method);
1840
bool isCompilerGenerated = CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(member);
3251
if (!CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(method) || method.Body == null)
3828
if (CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(body.Method))
3891
Debug.Assert(CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(methodIL.Method));
3920
if (CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(methodIL.Method))
4126
Debug.Assert(!CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(methodIL.Method));