5 references to AnonymousDelegates
Microsoft.CodeAnalysis.CSharp (5)
Symbols\AnonymousTypes\AnonymousTypeManager.Templates.cs (5)
162if (this.AnonymousDelegates.TryGetValue(key, out synthesizedDelegate)) 176return this.AnonymousDelegates.GetOrAdd(key, synthesizedDelegate); 244var namedTemplate = this.AnonymousDelegates.GetOrAdd( 276if (!this.AnonymousDelegates.TryGetValue(key, out template)) 278template = this.AnonymousDelegates.GetOrAdd(key, new AnonymousDelegateTemplateSymbol(this, typeDescr, typeParameters));