2 references to RemoveSetterCase
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\DefineAccessorsForAttributeArguments.cs (1)
205
return property.SetMethod!.Locations.CreateDiagnostic(RemoveSetterRule, new Dictionary<string, string?> { { "case",
RemoveSetterCase
} }.ToImmutableDictionary(), property.Name, parameter.Name);
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\DefineAccessorsForAttributeArguments.Fixer.cs (1)
62
case DefineAccessorsForAttributeArgumentsAnalyzer.
RemoveSetterCase
: