114 references to GetKeyword
Microsoft.CodeAnalysis.CSharp (14)
Parser\LanguageParser.cs (2)
4419case SyntaxKind.GetKeyword: 4690SyntaxKind.GetKeyword => SyntaxKind.GetAccessorDeclaration,
SymbolDisplay\SymbolDisplayVisitor.Members.cs (2)
185AddAccessor(symbol, symbol.GetMethod, SyntaxKind.GetKeyword); 449AddKeyword(symbol.MethodKind == MethodKind.PropertyGet ? SyntaxKind.GetKeyword :
Symbols\Source\SourcePropertySymbolBase.cs (1)
348{ MethodKind: MethodKind.PropertyGet, IsInitOnly: false } => SyntaxFacts.GetText(SyntaxKind.GetKeyword),
Syntax.xml.Internal.Generated.cs (2)
32519case SyntaxKind.GetKeyword: 37886case SyntaxKind.GetKeyword:
Syntax.xml.Main.Generated.cs (2)
5717case SyntaxKind.GetKeyword: 5745SyntaxKind.GetAccessorDeclaration => SyntaxKind.GetKeyword,
Syntax\SyntaxKindFacts.cs (5)
793case SyntaxKind.GetKeyword: 827case SyntaxKind.GetKeyword: 1262case SyntaxKind.GetKeyword: 1354return SyntaxKind.GetKeyword; 1796case SyntaxKind.GetKeyword:
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Formatting\Indentation\SmartTokenFormatterFormatRangeTests.cs (1)
373""", SyntaxKind.GetKeyword);
Microsoft.CodeAnalysis.CSharp.Features (3)
Completion\KeywordRecommenders\GetKeywordRecommender.cs (3)
11internal sealed class GetKeywordRecommender() : AbstractSyntacticSingleKeywordRecommender(SyntaxKind.GetKeyword) 16context.TargetToken.IsAccessorDeclarationContext<PropertyDeclarationSyntax>(position, SyntaxKind.GetKeyword) || 17context.TargetToken.IsAccessorDeclarationContext<IndexerDeclarationSyntax>(position, SyntaxKind.GetKeyword);
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (95)
Generated\Syntax.Test.xml.Generated.cs (4)
599=> InternalSyntaxFactory.AccessorDeclaration(SyntaxKind.GetAccessorDeclaration, new Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList<Syntax.InternalSyntax.AttributeListSyntax>(), new Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList<Syntax.InternalSyntax.SyntaxToken>(), InternalSyntaxFactory.Token(SyntaxKind.GetKeyword), null, null, null); 3259Assert.Equal(SyntaxKind.GetKeyword, node.Keyword.Kind); 10949=> SyntaxFactory.AccessorDeclaration(SyntaxKind.GetAccessorDeclaration, new SyntaxList<AttributeListSyntax>(), new SyntaxTokenList(), SyntaxFactory.Token(SyntaxKind.GetKeyword), default(BlockSyntax), default(ArrowExpressionClauseSyntax), default(SyntaxToken)); 13609Assert.Equal(SyntaxKind.GetKeyword, node.Keyword.Kind());
Parsing\AsyncParsingTests.cs (4)
996N(SyntaxKind.GetKeyword); 1042N(SyntaxKind.GetKeyword); 2442N(SyntaxKind.GetKeyword); 2558N(SyntaxKind.GetKeyword);
Parsing\DeclarationParsingTests.cs (15)
4199Assert.Equal(SyntaxKind.GetKeyword, ps.AccessorList.Accessors[0].Keyword.Kind()); 4253Assert.Equal(SyntaxKind.GetKeyword, ps.AccessorList.Accessors[0].Keyword.Kind()); 4308Assert.Equal(SyntaxKind.GetKeyword, ps.AccessorList.Accessors[0].Keyword.Kind()); 4381Assert.Equal(SyntaxKind.GetKeyword, ps.AccessorList.Accessors[0].Keyword.Kind()); 4435Assert.Equal(SyntaxKind.GetKeyword, ps.AccessorList.Accessors[0].Keyword.Kind()); 4489Assert.Equal(SyntaxKind.GetKeyword, ps.AccessorList.Accessors[0].Keyword.Kind()); 4525TestClassPropertyWithValue(SyntaxKind.GetAccessorDeclaration, SyntaxKind.GetKeyword, SyntaxKind.IdentifierToken); 4686Assert.Equal(SyntaxKind.GetKeyword, ps.AccessorList.Accessors[0].Keyword.Kind()); 4771Assert.Equal(SyntaxKind.GetKeyword, ps.AccessorList.Accessors[0].Keyword.Kind()); 5032Assert.Equal(SyntaxKind.GetKeyword, ps.AccessorList.Accessors[0].Keyword.Kind()); 5099Assert.Equal(SyntaxKind.GetKeyword, ps.AccessorList.Accessors[0].Keyword.Kind()); 5167Assert.Equal(SyntaxKind.GetKeyword, ps.AccessorList.Accessors[0].Keyword.Kind()); 5243Assert.Equal(SyntaxKind.GetKeyword, ps.AccessorList.Accessors[0].Keyword.Kind()); 5312Assert.Equal(SyntaxKind.GetKeyword, ps.AccessorList.Accessors[0].Keyword.Kind()); 6352N(SyntaxKind.GetKeyword);
Parsing\DeclarationParsingTests_MissingIdentifiers.cs (20)
72N(SyntaxKind.GetKeyword); 96N(SyntaxKind.GetKeyword); 213N(SyntaxKind.GetKeyword); 408N(SyntaxKind.GetKeyword); 629N(SyntaxKind.GetKeyword); 919N(SyntaxKind.GetKeyword); 1130N(SyntaxKind.GetKeyword); 1301N(SyntaxKind.GetKeyword); 1435N(SyntaxKind.GetKeyword); 1639N(SyntaxKind.GetKeyword); 2004N(SyntaxKind.GetKeyword); 2028N(SyntaxKind.GetKeyword); 2145N(SyntaxKind.GetKeyword); 2340N(SyntaxKind.GetKeyword); 2564N(SyntaxKind.GetKeyword); 2797N(SyntaxKind.GetKeyword); 3008N(SyntaxKind.GetKeyword); 3325N(SyntaxKind.GetKeyword); 3664N(SyntaxKind.GetKeyword); 3968N(SyntaxKind.GetKeyword);
Parsing\ExtensionsParsingTests.cs (2)
2951N(SyntaxKind.GetKeyword); 3377N(SyntaxKind.GetKeyword);
Parsing\FieldKeywordParsingTests.cs (6)
84N(SyntaxKind.GetKeyword); 186N(SyntaxKind.GetKeyword); 237N(SyntaxKind.GetKeyword); 426N(SyntaxKind.GetKeyword); 492N(SyntaxKind.GetKeyword); 2174N(SyntaxKind.GetKeyword);
Parsing\FileModifierParsingTests.cs (2)
979N(SyntaxKind.GetKeyword); 1120N(SyntaxKind.GetKeyword);
Parsing\MemberDeclarationParsingTests.cs (19)
1039N(SyntaxKind.GetKeyword); 1188N(SyntaxKind.GetKeyword); 1214N(SyntaxKind.GetKeyword); 1244N(SyntaxKind.GetKeyword); 1270N(SyntaxKind.GetKeyword); 1304N(SyntaxKind.GetKeyword); 1335N(SyntaxKind.GetKeyword); 1361N(SyntaxKind.GetKeyword); 1733N(SyntaxKind.GetKeyword); 10407N(SyntaxKind.GetKeyword); 18645N(SyntaxKind.GetKeyword); 18766N(SyntaxKind.GetKeyword); 18839N(SyntaxKind.GetKeyword); 20277N(SyntaxKind.GetKeyword); 20373N(SyntaxKind.GetKeyword); 20811N(SyntaxKind.GetKeyword); 20836N(SyntaxKind.GetKeyword); 20864N(SyntaxKind.GetKeyword); 20888N(SyntaxKind.GetKeyword);
Parsing\ParsingErrorRecoveryTests.cs (5)
6467Assert.Equal(SyntaxKind.GetKeyword, acc.Keyword.Kind()); 6502Assert.Equal(SyntaxKind.GetKeyword, acc.Keyword.Kind()); 6541Assert.Equal(SyntaxKind.GetKeyword, acc.Keyword.Kind()); 6572Assert.Equal(SyntaxKind.GetKeyword, getDecl.Keyword.Kind()); 6604Assert.Equal(SyntaxKind.GetKeyword, getDecl.Keyword.Kind());
Parsing\RefFieldParsingTests.cs (1)
314N(SyntaxKind.GetKeyword);
Parsing\ScriptParsingTests.cs (16)
1044N(SyntaxKind.GetKeyword); 1100N(SyntaxKind.GetKeyword); 1149N(SyntaxKind.GetKeyword); 1511N(SyntaxKind.GetKeyword); 1844N(SyntaxKind.GetKeyword); 1891N(SyntaxKind.GetKeyword); 1994N(SyntaxKind.GetKeyword); 2013N(SyntaxKind.GetKeyword); 2291N(SyntaxKind.GetKeyword); 2310N(SyntaxKind.GetKeyword); 2341N(SyntaxKind.GetKeyword); 2369N(SyntaxKind.GetKeyword); 2566N(SyntaxKind.GetKeyword); 2585N(SyntaxKind.GetKeyword); 2616N(SyntaxKind.GetKeyword); 2644N(SyntaxKind.GetKeyword);
Parsing\TopLevelStatementsParsingTests.cs (1)
866N(SyntaxKind.GetKeyword);
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Rename\CSharpRenameRewriterLanguageService.cs (1)
258=> token.IsKind(SyntaxKind.GetKeyword)