1 write to _synthesizedTypes
Microsoft.CodeAnalysis.CSharp (1)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (1)
131
_synthesizedTypes
= synthesizedTypes;
3 references to _synthesizedTypes
Microsoft.CodeAnalysis.CSharp (3)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (3)
478
return
_synthesizedTypes
.AnonymousDelegates.TryGetValue(key, out otherDelegateSymbol);
487
return
_synthesizedTypes
.AnonymousTypes.TryGetValue(typeTemplate.GetAnonymousTypeKey(), out otherType);
494
if (
_synthesizedTypes
.AnonymousDelegatesWithIndexedNames.TryGetValue(key, out var otherTypeCandidates))