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