4 references to GetModifierTokens
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
1624=> CSharpAccessibilityFacts.GetModifierTokens(declaration);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpAccessibilityFacts.cs (3)
93var modifierTokens = GetModifierTokens(declaration); 157VariableDeclarationSyntax varDecl => GetModifierTokens(varDecl.GetRequiredParent()), 158VariableDeclaratorSyntax varDecl => GetModifierTokens(varDecl.GetRequiredParent()),