3 references to BothHaveModifier
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\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);