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)
470return _synthesizedTypes.AnonymousDelegates.TryGetValue(key, out otherDelegateSymbol); 479return _synthesizedTypes.AnonymousTypes.TryGetValue(typeTemplate.GetAnonymousTypeKey(), out otherType); 486if (_synthesizedTypes.AnonymousDelegatesWithIndexedNames.TryGetValue(key, out var otherTypeCandidates))