2 writes to MethodName
Microsoft.CodeAnalysis.NetAnalyzers (2)
src\11b41c7305441175\HazardousUsageEvaluator.cs (2)
39
MethodName
= trackedTypeMethodName ?? throw new ArgumentNullException(nameof(trackedTypeMethodName));
56
MethodName
= methodName ?? throw new ArgumentNullException(nameof(methodName));
4 references to MethodName
Microsoft.CodeAnalysis.NetAnalyzers (4)
src\11b41c7305441175\HazardousUsageEvaluator.cs (3)
122
this.
MethodName
.GetHashCodeOrDefault(),
137
&& this.
MethodName
== other.
MethodName
src\11b41c7305441175\HazardousUsageEvaluatorCollection.cs (1)
35
h => (h.Kind, h.ContainingTypeName, h.
MethodName
, h.ParameterNameOfPropertySetObject, h.DerivedClass));