2 implementations of UsingKeyword
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpSyntaxKinds.cs (1)
64
public int
UsingKeyword
=> (int)SyntaxKind.UsingKeyword;
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicSyntaxKinds.vb (1)
67
Public ReadOnly Property
UsingKeyword
As Integer = SyntaxKind.UsingKeyword Implements ISyntaxKinds.UsingKeyword
1 reference to UsingKeyword
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicSyntaxKinds.vb (1)
67
Public ReadOnly Property UsingKeyword As Integer = SyntaxKind.UsingKeyword Implements ISyntaxKinds.
UsingKeyword