16 references to ElifKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\DirectiveParser.cs (1)
62
case SyntaxKind.
ElifKeyword
:
Syntax\SyntaxKindFacts.cs (4)
88
case SyntaxKind.
ElifKeyword
:
149
for (int i = (int)SyntaxKind.
ElifKeyword
; i <= (int)SyntaxKind.RestoreKeyword; i++)
1123
return SyntaxKind.
ElifKeyword
;
1663
case SyntaxKind.
ElifKeyword
:
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTokenExtensions.cs (1)
327
SyntaxKind.
ElifKeyword
)
Microsoft.CodeAnalysis.CSharp.Features (3)
Completion\CompletionProviders\SnippetCompletionProvider.cs (1)
133
SyntaxKind.
ElifKeyword
or
Completion\KeywordRecommenders\ElifKeywordRecommender.cs (1)
13
: base(SyntaxKind.
ElifKeyword
, isValidInPreprocessorContext: true)
QuickInfo\CSharpSyntacticQuickInfoProvider.cs (1)
49
case SyntaxKind.
ElifKeyword
:
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (6)
Generated\Syntax.Test.xml.Generated.cs (4)
689
=> InternalSyntaxFactory.ElifDirectiveTrivia(InternalSyntaxFactory.Token(SyntaxKind.HashToken), InternalSyntaxFactory.Token(SyntaxKind.
ElifKeyword
), GenerateIdentifierName(), InternalSyntaxFactory.Token(SyntaxKind.EndOfDirectiveToken), new bool(), new bool(), new bool());
3612
Assert.Equal(SyntaxKind.
ElifKeyword
, node.ElifKeyword.Kind);
10905
=> SyntaxFactory.ElifDirectiveTrivia(SyntaxFactory.Token(SyntaxKind.HashToken), SyntaxFactory.Token(SyntaxKind.
ElifKeyword
), GenerateIdentifierName(), SyntaxFactory.Token(SyntaxKind.EndOfDirectiveToken), new bool(), new bool(), new bool());
13828
Assert.Equal(SyntaxKind.
ElifKeyword
, node.ElifKeyword.Kind());
Syntax\SyntaxTests.cs (2)
299
[InlineData(nameof(SyntaxFacts.GetContextualKeywordKinds), SyntaxKind.YieldKeyword, SyntaxKind.
ElifKeyword
)]
337
for (int i = (int)SyntaxKind.
ElifKeyword
; i < (int)SyntaxKind.ReferenceKeyword; i++)
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTokenExtensions.cs (1)
327
SyntaxKind.
ElifKeyword
)