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);
2952
if (!CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(method) || method.Body == null)
3486
if (CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(body.Method))
3523
Debug.Assert (CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(methodIL.Method));
3552
if (CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(methodIL.Method))
3719
Debug.Assert (!CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(methodIL.Method));