19 references to LongKeyword
Microsoft.CodeAnalysis.CSharp (8)
_generated\0\Syntax.xml.Main.Generated.cs (1)
2357case SyntaxKind.LongKeyword:
_generated\1\Syntax.xml.Internal.Generated.cs (2)
28668case SyntaxKind.LongKeyword: 34095case SyntaxKind.LongKeyword:
Parser\LanguageParser.cs (1)
2448case SyntaxKind.LongKeyword:
Syntax\SyntaxKindExtensions.cs (1)
31case SyntaxKind.LongKeyword:
Syntax\SyntaxKindFacts.cs (3)
327case SyntaxKind.LongKeyword: 897return SyntaxKind.LongKeyword; 1598case SyntaxKind.LongKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
63public static readonly SyntaxToken LongKeyword = Token(SyntaxKind.LongKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
333SyntaxKind.LongKeyword => PredefinedType.Int64,
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\LongKeywordRecommender.cs (1)
14internal sealed class LongKeywordRecommender() : AbstractSpecialTypePreselectingKeywordRecommender(SyntaxKind.LongKeyword)
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
719SyntaxKind.LongKeyword => "Int64",
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
48SpecialType.System_Int64 => SyntaxKind.LongKeyword,
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
63public static readonly SyntaxToken LongKeyword = Token(SyntaxKind.LongKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
333SyntaxKind.LongKeyword => PredefinedType.Int64,
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\NativeCSharpTokenizer.cs (1)
91CSharpSyntaxKind.LongKeyword,
Microsoft.Interop.JavaScript.JSImportGenerator (1)
JSManagedTypeInfo.cs (1)
52Syntax = SyntaxFactory.PredefinedType(SyntaxFactory.Token(SyntaxKind.LongKeyword))
Roslyn.Diagnostics.CSharp.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
63public static readonly SyntaxToken LongKeyword = Token(SyntaxKind.LongKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
333SyntaxKind.LongKeyword => PredefinedType.Int64,