16 references to FieldKeyword
Microsoft.CodeAnalysis.CSharp (6)
Parser\LanguageParser.cs (2)
5727return CurrentToken.ContextualKind == SyntaxKind.FieldKeyword && 11454return _syntaxFactory.FieldExpression(this.EatContextualToken(SyntaxKind.FieldKeyword));
Syntax\SyntaxKindFacts.cs (4)
52case SyntaxKind.FieldKeyword: 1208case SyntaxKind.FieldKeyword: 1311return SyntaxKind.FieldKeyword; 1751case SyntaxKind.FieldKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\SyntaxTokenExtensions.cs (1)
204case SyntaxKind.FieldKeyword:
Microsoft.CodeAnalysis.CSharp.Features (1)
UseAutoProperty\CSharpUseAutoPropertyCodeFixProvider.cs (1)
183=> attributeList.WithTarget(AttributeTargetSpecifier(Identifier(SyntaxFacts.GetText(SyntaxKind.FieldKeyword)), ColonToken.WithTrailingTrivia(Space)));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (7)
Generated\Syntax.Test.xml.Generated.cs (4)
125=> InternalSyntaxFactory.FieldExpression(InternalSyntaxFactory.Token(SyntaxKind.FieldKeyword)); 1170Assert.Equal(SyntaxKind.FieldKeyword, node.Token.Kind); 10341=> SyntaxFactory.FieldExpression(SyntaxFactory.Token(SyntaxKind.FieldKeyword)); 11386Assert.Equal(SyntaxKind.FieldKeyword, node.Token.Kind());
Parsing\FieldKeywordParsingTests.cs (2)
35N(SyntaxKind.FieldKeyword); 2476N(SyntaxKind.FieldKeyword);
Syntax\SyntaxTests.cs (1)
266case SyntaxKind.FieldKeyword:
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\SyntaxTokenExtensions.cs (1)
204case SyntaxKind.FieldKeyword: