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