1 write to ParameterNameOfPropertySetObject
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\roslyn\src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PropertySetAnalysis\HazardousUsageEvaluator.cs (1)
58
ParameterNameOfPropertySetObject
= parameterNameOfPropertySetObject ?? throw new ArgumentNullException(nameof(parameterNameOfPropertySetObject));
4 references to ParameterNameOfPropertySetObject
Microsoft.CodeAnalysis.AnalyzerUtilities (4)
src\roslyn\src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PropertySetAnalysis\HazardousUsageEvaluator.cs (3)
124
this.
ParameterNameOfPropertySetObject
.GetHashCodeOrDefault(),
139
&& this.
ParameterNameOfPropertySetObject
== other.
ParameterNameOfPropertySetObject
src\roslyn\src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PropertySetAnalysis\HazardousUsageEvaluatorCollection.cs (1)
36
h => (h.Kind, h.ContainingTypeName, h.MethodName, h.
ParameterNameOfPropertySetObject
, h.DerivedClass));