19 references to ULongKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (1)
2334
case SyntaxKind.
ULongKeyword
:
Syntax\SyntaxKindExtensions.cs (1)
33
case SyntaxKind.
ULongKeyword
:
Syntax\SyntaxKindFacts.cs (3)
327
case SyntaxKind.
ULongKeyword
:
869
return SyntaxKind.
ULongKeyword
;
1517
case SyntaxKind.
ULongKeyword
:
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
91
public static readonly SyntaxToken ULongKeyword = Token(SyntaxKind.
ULongKeyword
);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
335
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)
463
ParseKnownTypeName(SyntaxKind.
ULongKeyword
);
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
759
SyntaxKind.
ULongKeyword
=> "UInt64",
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
49
SpecialType.System_UInt64 => SyntaxKind.
ULongKeyword
,
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
91
public static readonly SyntaxToken ULongKeyword = Token(SyntaxKind.
ULongKeyword
);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
335
SyntaxKind.
ULongKeyword
=> PredefinedType.UInt64,