18 references to ULongKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (1)
2019case SyntaxKind.ULongKeyword:
Syntax\SyntaxKindExtensions.cs (1)
33case SyntaxKind.ULongKeyword:
Syntax\SyntaxKindFacts.cs (3)
299case SyntaxKind.ULongKeyword: 841return SyntaxKind.ULongKeyword; 1481case SyntaxKind.ULongKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpSyntaxFacts.cs (1)
339SyntaxKind.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)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
3460SpecialType.System_UInt64 => SyntaxFactory.PredefinedType(SyntaxFactory.Token(SyntaxKind.ULongKeyword)),
CSharpSyntaxFacts.cs (1)
339SyntaxKind.ULongKeyword => PredefinedType.UInt64,
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
760SyntaxKind.ULongKeyword => "UInt64",
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
51SpecialType.System_UInt64 => SyntaxKind.ULongKeyword,