9 references to IsNestedFunctionOrStateMachineMember
illink (9)
Linker.Dataflow\CompilerGeneratedState.cs (2)
451
if (
IsNestedFunctionOrStateMachineMember
(method))
499
if (!
IsNestedFunctionOrStateMachineMember
(sourceMember))
Linker.Steps\MarkStep.cs (7)
1571
bool isCompilerGenerated = CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(method);
1645
bool isCompilerGenerated = CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(member);
2948
if (!CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(method) || method.Body == null)
3484
if (CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(body.Method))
3521
Debug.Assert (CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(methodIL.Method));
3550
if (CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(methodIL.Method))
3717
Debug.Assert (!CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(methodIL.Method));