3 references to SafeTransformationRule
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Performance\UseStringMethodCharOverloadWithSingleCharacters.cs (2)
62
= ImmutableArray.Create(
SafeTransformationRule
, NoSpecifiedComparisonRule, AnyOtherSpecifiedComparisonRule);
129
rule =
SafeTransformationRule
;
Microsoft.NetCore.Analyzers\Performance\UseStringMethodCharOverloadWithSingleCharacters.Fixer.cs (1)
19
UseStringMethodCharOverloadWithSingleCharacters.
SafeTransformationRule
.Id);