1 write to DictionaryReference
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\PreferDictionaryTryMethodsOverContainsKeyGuardAnalyzer.cs (1)
55DictionaryReference = dictionaryReference;
6 references to DictionaryReference
Microsoft.CodeAnalysis.NetAnalyzers (6)
Microsoft.NetCore.Analyzers\Performance\PreferDictionaryTryMethodsOverContainsKeyGuardAnalyzer.cs (6)
69DictionaryReference.Equals(other.DictionaryReference) && 83return RoslynHashCode.Combine(_usageLocations, DictionaryReference, ContainsKeyArgumentReference, AddSymbol, SetterLocation, AdditionalArrayIndexReferences); 328if (IsSameReferenceOperation(descendant, usageContext.DictionaryReference)) 494IsSameReferenceOperation(reference.Instance, usageContext.DictionaryReference) && 502IsSameReferenceOperation(invocation.Instance, usageContext.DictionaryReference) &&