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