22 references to LongKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (1)
2004case SyntaxKind.LongKeyword:
Syntax\SyntaxKindExtensions.cs (1)
31case SyntaxKind.LongKeyword:
Syntax\SyntaxKindFacts.cs (3)
298case SyntaxKind.LongKeyword: 839return SyntaxKind.LongKeyword; 1479case SyntaxKind.LongKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpSyntaxFacts.cs (1)
338SyntaxKind.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)
464ParseKnownTypeName(SyntaxKind.LongKeyword);
Parsing\PatternParsingTests.cs (3)
9431N(SyntaxKind.LongKeyword); 9536N(SyntaxKind.LongKeyword); 9728N(SyntaxKind.LongKeyword);
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
3453SpecialType.System_Int64 => SyntaxFactory.PredefinedType(SyntaxFactory.Token(SyntaxKind.LongKeyword)),
CSharpSyntaxFacts.cs (1)
338SyntaxKind.LongKeyword => PredefinedType.Int64,
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
759SyntaxKind.LongKeyword => "Int64",
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
50SpecialType.System_Int64 => SyntaxKind.LongKeyword,