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