18 references to ULongKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (1)
2019
case SyntaxKind.
ULongKeyword
:
Syntax\SyntaxKindExtensions.cs (1)
33
case SyntaxKind.
ULongKeyword
:
Syntax\SyntaxKindFacts.cs (3)
299
case SyntaxKind.
ULongKeyword
:
841
return SyntaxKind.
ULongKeyword
;
1481
case SyntaxKind.
ULongKeyword
:
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpSyntaxFacts.cs (1)
339
SyntaxKind.
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)
2085
TestDelegateWithBuiltInReturnType(SyntaxKind.
ULongKeyword
);
2131
TestDelegateWithBuiltInParameterType(SyntaxKind.
ULongKeyword
);
3224
TestClassMethodWithBuiltInReturnType(SyntaxKind.
ULongKeyword
);
3289
TestClassMethodWithBuiltInParameterType(SyntaxKind.
ULongKeyword
);
3647
TestClassFieldWithBuiltInType(SyntaxKind.
ULongKeyword
);
4276
TestClassPropertyWithBuiltInType(SyntaxKind.
ULongKeyword
);
Parsing\NameParsingTests.cs (1)
465
ParseKnownTypeName(SyntaxKind.
ULongKeyword
);
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
3460
SpecialType.System_UInt64 => SyntaxFactory.PredefinedType(SyntaxFactory.Token(SyntaxKind.
ULongKeyword
)),
CSharpSyntaxFacts.cs (1)
339
SyntaxKind.
ULongKeyword
=> PredefinedType.UInt64,
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
760
SyntaxKind.
ULongKeyword
=> "UInt64",
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
51
SpecialType.System_UInt64 => SyntaxKind.
ULongKeyword
,