2 writes to SetterLocation
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\PreferDictionaryTryMethodsOverContainsKeyGuardAnalyzer.cs (2)
497usageContext.SetterLocation = expression.Syntax.GetLocation(); 505usageContext.SetterLocation = expression.Syntax.GetLocation();
6 references to SetterLocation
Microsoft.CodeAnalysis.NetAnalyzers (6)
Microsoft.NetCore.Analyzers\Performance\PreferDictionaryTryMethodsOverContainsKeyGuardAnalyzer.cs (6)
72Equals(SetterLocation, other.SetterLocation) && 83return RoslynHashCode.Combine(_usageLocations, DictionaryReference, ContainsKeyArgumentReference, AddSymbol, SetterLocation, AdditionalArrayIndexReferences); 190if (usageContext.SetterLocation != null) 192usageContext.UsageLocations.Add(usageContext.SetterLocation); 519return usageContext.SetterLocation != null;