9 references to IsNestedFunctionOrStateMachineMember
illink (9)
Linker.Dataflow\CompilerGeneratedState.cs (2)
507
if (
IsNestedFunctionOrStateMachineMember
(method))
566
if (!
IsNestedFunctionOrStateMachineMember
(sourceMember))
Linker.Steps\MarkStep.cs (7)
1719
bool isCompilerGenerated = CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(method);
1809
bool isCompilerGenerated = CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(member);
3220
if (!CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(method) || method.Body == null)
3797
if (CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(body.Method))
3837
Debug.Assert(CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(methodIL.Method));
3866
if (CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(methodIL.Method))
4052
Debug.Assert(!CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(methodIL.Method));