9 references to IsNestedFunctionOrStateMachineMember
illink (9)
Linker.Dataflow\CompilerGeneratedState.cs (2)
507
if (
IsNestedFunctionOrStateMachineMember
(method))
557
if (!
IsNestedFunctionOrStateMachineMember
(sourceMember))
Linker.Steps\MarkStep.cs (7)
1719
bool isCompilerGenerated = CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(method);
1809
bool isCompilerGenerated = CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(member);
3231
if (!CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(method) || method.Body == null)
3808
if (CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(body.Method))
3848
Debug.Assert(CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(methodIL.Method));
3877
if (CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(methodIL.Method))
4063
Debug.Assert(!CompilerGeneratedState.
IsNestedFunctionOrStateMachineMember
(methodIL.Method));