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