24 references to LongKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (1)
2319case SyntaxKind.LongKeyword:
Syntax\SyntaxKindExtensions.cs (1)
31case SyntaxKind.LongKeyword:
Syntax\SyntaxKindFacts.cs (3)
326case SyntaxKind.LongKeyword: 867return SyntaxKind.LongKeyword; 1515case SyntaxKind.LongKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
51public static readonly SyntaxToken LongKeyword = Token(SyntaxKind.LongKeyword);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
334SyntaxKind.LongKeyword => PredefinedType.Int64,
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\LongKeywordRecommender.cs (1)
17: base(SyntaxKind.LongKeyword)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (11)
Parsing\DeclarationParsingTests.cs (6)
2084TestDelegateWithBuiltInReturnType(SyntaxKind.LongKeyword); 2130TestDelegateWithBuiltInParameterType(SyntaxKind.LongKeyword); 3223TestClassMethodWithBuiltInReturnType(SyntaxKind.LongKeyword); 3288TestClassMethodWithBuiltInParameterType(SyntaxKind.LongKeyword); 3646TestClassFieldWithBuiltInType(SyntaxKind.LongKeyword); 4275TestClassPropertyWithBuiltInType(SyntaxKind.LongKeyword);
Parsing\MemberDeclarationParsingTests.cs (1)
336N(SyntaxKind.LongKeyword);
Parsing\NameParsingTests.cs (1)
462ParseKnownTypeName(SyntaxKind.LongKeyword);
Parsing\PatternParsingTests.cs (3)
9392N(SyntaxKind.LongKeyword); 9497N(SyntaxKind.LongKeyword); 9689N(SyntaxKind.LongKeyword);
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
758SyntaxKind.LongKeyword => "Int64",
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
48SpecialType.System_Int64 => SyntaxKind.LongKeyword,
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
51public static readonly SyntaxToken LongKeyword = Token(SyntaxKind.LongKeyword);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
334SyntaxKind.LongKeyword => PredefinedType.Int64,
Microsoft.Interop.JavaScript.JSImportGenerator (1)
JSManagedTypeInfo.cs (1)
52Syntax = SyntaxFactory.PredefinedType(SyntaxFactory.Token(SyntaxKind.LongKeyword))