4 writes to PropertyName
Microsoft.CodeAnalysis.AnalyzerUtilities (4)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PropertySetAnalysis\PropertyMapper.cs (4)
39PropertyName = propertyName ?? throw new ArgumentNullException(nameof(propertyName)); 52PropertyName = propertyName ?? throw new ArgumentNullException(nameof(propertyName)); 68PropertyName = propertyName ?? throw new ArgumentNullException(nameof(propertyName)); 81PropertyName = propertyName ?? throw new ArgumentNullException(nameof(propertyName));
4 references to PropertyName
Microsoft.CodeAnalysis.AnalyzerUtilities (4)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PropertySetAnalysis\PropertyMapper.cs (3)
123this.PropertyName.GetHashCodeOrDefault(), 136&& this.PropertyName == other.PropertyName
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PropertySetAnalysis\PropertyMapperCollection.cs (1)
63builder.Add(p.PropertyName, (indexToAdd, p));