9 references to IsNestedFunctionOrStateMachineMember
illink (9)
Linker.Dataflow\CompilerGeneratedState.cs (2)
520
if (
IsNestedFunctionOrStateMachineMember
(method))
579
if (!
IsNestedFunctionOrStateMachineMember
(sourceMember))
Linker.Steps\MarkStep.cs (7)
1719
bool isCompilerGenerated = CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(method);
1809
bool isCompilerGenerated = CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(member);
3227
if (!CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(method) || method.Body == null)
3804
if (CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(body.Method))
3867
Debug.Assert(CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(methodIL.Method));
3896
if (CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(methodIL.Method))
4102
Debug.Assert(!CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(methodIL.Method));