1 write to ContainingTypeName
Microsoft.CodeAnalysis.NetAnalyzers (1)
src\11b41c7305441175\HazardousUsageEvaluator.cs (1)
55
ContainingTypeName
= containingType ?? throw new ArgumentNullException(nameof(containingType));
4 references to ContainingTypeName
Microsoft.CodeAnalysis.NetAnalyzers (4)
src\11b41c7305441175\HazardousUsageEvaluator.cs (3)
121
this.
ContainingTypeName
.GetHashCodeOrDefault(),
136
&& this.
ContainingTypeName
== other.
ContainingTypeName
src\11b41c7305441175\HazardousUsageEvaluatorCollection.cs (1)
35
h => (h.Kind, h.
ContainingTypeName
, h.MethodName, h.ParameterNameOfPropertySetObject, h.DerivedClass));