6 references to ProtectedKeyword
Microsoft.CodeAnalysis.CSharp.Workspaces (6)
CodeGeneration\CSharpSyntaxGenerator.cs (3)
1680Accessibility.Protected => [ProtectedKeyword], 1681Accessibility.ProtectedOrInternal => [ProtectedKeyword, InternalKeyword], 1682Accessibility.ProtectedAndInternal => [PrivateKeyword, ProtectedKeyword],
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\CSharpCodeGenerationHelpers.cs (3)
53tokens.Add(ProtectedKeyword); 60tokens.Add(ProtectedKeyword); 66tokens.Add(ProtectedKeyword);