19 references to ULongKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (1)
2334case SyntaxKind.ULongKeyword:
Syntax\SyntaxKindExtensions.cs (1)
33case SyntaxKind.ULongKeyword:
Syntax\SyntaxKindFacts.cs (3)
327case SyntaxKind.ULongKeyword: 869return SyntaxKind.ULongKeyword; 1517case SyntaxKind.ULongKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
91public static readonly SyntaxToken ULongKeyword = Token(SyntaxKind.ULongKeyword);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
335SyntaxKind.ULongKeyword => PredefinedType.UInt64,
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\ULongKeywordRecommender.cs (1)
17: base(SyntaxKind.ULongKeyword)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (7)
Parsing\DeclarationParsingTests.cs (6)
2085TestDelegateWithBuiltInReturnType(SyntaxKind.ULongKeyword); 2131TestDelegateWithBuiltInParameterType(SyntaxKind.ULongKeyword); 3224TestClassMethodWithBuiltInReturnType(SyntaxKind.ULongKeyword); 3289TestClassMethodWithBuiltInParameterType(SyntaxKind.ULongKeyword); 3647TestClassFieldWithBuiltInType(SyntaxKind.ULongKeyword); 4276TestClassPropertyWithBuiltInType(SyntaxKind.ULongKeyword);
Parsing\NameParsingTests.cs (1)
465ParseKnownTypeName(SyntaxKind.ULongKeyword);
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
759SyntaxKind.ULongKeyword => "UInt64",
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
49SpecialType.System_UInt64 => SyntaxKind.ULongKeyword,
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
91public static readonly SyntaxToken ULongKeyword = Token(SyntaxKind.ULongKeyword);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
335SyntaxKind.ULongKeyword => PredefinedType.UInt64,