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