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