2 implementations of DelegateKeyword
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpSyntaxKinds.cs (1)
60
public int
DelegateKeyword
=> (int)SyntaxKind.DelegateKeyword;
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicSyntaxKinds.vb (1)
63
Public ReadOnly Property
DelegateKeyword
As Integer = SyntaxKind.DelegateKeyword Implements ISyntaxKinds.DelegateKeyword
2 references to DelegateKeyword
Microsoft.CodeAnalysis.Features (1)
LanguageServices\AnonymousTypeDisplayService\AbstractStructuralTypeDisplayService.cs (1)
40
SyntaxFactsService.GetText(SyntaxFactsService.SyntaxKinds.
DelegateKeyword
)));
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicSyntaxKinds.vb (1)
63
Public ReadOnly Property DelegateKeyword As Integer = SyntaxKind.DelegateKeyword Implements ISyntaxKinds.
DelegateKeyword