1 implementation of PartialKeyword
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxKinds.cs (1)
73
public int
PartialKeyword
=> (int)SyntaxKind.PartialKeyword;
1 reference to PartialKeyword
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SyntaxTree\SyntaxTreeIndex_Create.cs (1)
44
var partialKeywordKind = syntaxFacts.SyntaxKinds.
PartialKeyword
;