3 references to BothHaveModifier
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (3)
CSharpDeclarationComparer.cs (3)
378
=>
BothHaveModifier
(x, y, SyntaxKind.StaticKeyword, out comparisonResult);
381
=>
BothHaveModifier
(x, y, SyntaxKind.ConstKeyword, out comparisonResult);
384
=>
BothHaveModifier
(x, y, SyntaxKind.ReadOnlyKeyword, out comparisonResult);