18 references to ULongKeyword
Microsoft.CodeAnalysis.CSharp (8)
_generated\0\Syntax.xml.Main.Generated.cs (1)
2358case SyntaxKind.ULongKeyword:
_generated\1\Syntax.xml.Internal.Generated.cs (2)
28669case SyntaxKind.ULongKeyword: 34096case SyntaxKind.ULongKeyword:
Parser\LanguageParser.cs (1)
2463case SyntaxKind.ULongKeyword:
Syntax\SyntaxKindExtensions.cs (1)
33case SyntaxKind.ULongKeyword:
Syntax\SyntaxKindFacts.cs (3)
328case SyntaxKind.ULongKeyword: 899return SyntaxKind.ULongKeyword; 1600case SyntaxKind.ULongKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
103public static readonly SyntaxToken ULongKeyword = Token(SyntaxKind.ULongKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
334SyntaxKind.ULongKeyword => PredefinedType.UInt64,
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\ULongKeywordRecommender.cs (1)
14internal sealed class ULongKeywordRecommender() : AbstractSpecialTypePreselectingKeywordRecommender(SyntaxKind.ULongKeyword)
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
720SyntaxKind.ULongKeyword => "UInt64",
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
49SpecialType.System_UInt64 => SyntaxKind.ULongKeyword,
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
103public static readonly SyntaxToken ULongKeyword = Token(SyntaxKind.ULongKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
334SyntaxKind.ULongKeyword => PredefinedType.UInt64,
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\NativeCSharpTokenizer.cs (1)
86CSharpSyntaxKind.ULongKeyword,
Roslyn.Diagnostics.CSharp.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
103public static readonly SyntaxToken ULongKeyword = Token(SyntaxKind.ULongKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
334SyntaxKind.ULongKeyword => PredefinedType.UInt64,