1 reference to GetUniqueMethodName
System.Core (1)
Microsoft\Scripting\Compiler\LambdaCompiler.Lambda.cs (1)
128string name = String.IsNullOrEmpty(lambda.Name) ? GetUniqueMethodName() : lambda.Name;