9 references to IsNestedFunctionOrStateMachineMember
illink (9)
Linker.Dataflow\CompilerGeneratedState.cs (2)
433
if (
IsNestedFunctionOrStateMachineMember
(method))
481
if (!
IsNestedFunctionOrStateMachineMember
(sourceMember))
Linker.Steps\MarkStep.cs (7)
1571
bool isCompilerGenerated = CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(method);
1645
bool isCompilerGenerated = CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(member);
2953
if (!CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(method) || method.Body == null)
3489
if (CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(body.Method))
3526
Debug.Assert (CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(methodIL.Method));
3555
if (CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(methodIL.Method))
3722
Debug.Assert (!CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(methodIL.Method));