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