1 write to _otherSynthesizedTypes
Microsoft.CodeAnalysis.CSharp (1)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (1)
139
_otherSynthesizedTypes
= otherSynthesizedTypes;
3 references to _otherSynthesizedTypes
Microsoft.CodeAnalysis.CSharp (3)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (3)
484
return
_otherSynthesizedTypes
.AnonymousDelegates.TryGetValue(key, out otherDelegateSymbol);
491
return
_otherSynthesizedTypes
.AnonymousTypes.TryGetValue(typeTemplate.GetAnonymousTypeKey(), out otherType);
500
return
_otherSynthesizedTypes
.AnonymousDelegatesWithIndexedNames.TryGetValue(key, out var otherTypeCandidates) &&