8 references to IsLambdaOrLocalFunction
illink (8)
Linker.Dataflow\CompilerGeneratedCallGraph.cs (2)
29
Debug.Assert(CompilerGeneratedNames.
IsLambdaOrLocalFunction
(toMethod.Name));
42
Debug.Assert(CompilerGeneratedNames.
IsLambdaOrLocalFunction
(toMethod.Name));
Linker.Dataflow\CompilerGeneratedState.cs (4)
76
if (member is MethodDefinition method && CompilerGeneratedNames.
IsLambdaOrLocalFunction
(method.Name))
150
if (!CompilerGeneratedNames.
IsLambdaOrLocalFunction
(method.Name))
196
if (!CompilerGeneratedNames.
IsLambdaOrLocalFunction
(referencedMethod.Name))
314
Debug.Assert(CompilerGeneratedNames.
IsLambdaOrLocalFunction
(nestedFunction.Name));
Linker.Dataflow\InterproceduralState.cs (1)
67
Debug.Assert(!CompilerGeneratedNames.
IsLambdaOrLocalFunction
(stateMachineMethod.Name));
Linker.Dataflow\MethodBodyScanner.cs (1)
295
if (!CompilerGeneratedNames.
IsLambdaOrLocalFunction
(method.Name))