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