2 references to IsLambdaMethodName
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (2)
CompilationContext.vb (2)
1351
If
IsLambdaMethodName
(candidateSubstitutedSourceMethod.Name) OrElse
1356
If desiredMethodName IsNot Nothing AndAlso
IsLambdaMethodName
(desiredMethodName) Then