3 references to PartialKeyword
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
1705AddIf(modifiers.IsPartial, PartialKeyword);
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\MethodGenerator.cs (2)
376tokens.Add(PartialKeyword); 398tokens.Add(PartialKeyword);