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