22 references to LongKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (1)
2004
case SyntaxKind.
LongKeyword
:
Syntax\SyntaxKindExtensions.cs (1)
31
case SyntaxKind.
LongKeyword
:
Syntax\SyntaxKindFacts.cs (3)
298
case SyntaxKind.
LongKeyword
:
839
return SyntaxKind.
LongKeyword
;
1479
case SyntaxKind.
LongKeyword
:
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpSyntaxFacts.cs (1)
338
SyntaxKind.
LongKeyword
=> PredefinedType.Int64,
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\LongKeywordRecommender.cs (1)
17
: base(SyntaxKind.
LongKeyword
)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (11)
Parsing\DeclarationParsingTests.cs (6)
2084
TestDelegateWithBuiltInReturnType(SyntaxKind.
LongKeyword
);
2130
TestDelegateWithBuiltInParameterType(SyntaxKind.
LongKeyword
);
3223
TestClassMethodWithBuiltInReturnType(SyntaxKind.
LongKeyword
);
3288
TestClassMethodWithBuiltInParameterType(SyntaxKind.
LongKeyword
);
3646
TestClassFieldWithBuiltInType(SyntaxKind.
LongKeyword
);
4275
TestClassPropertyWithBuiltInType(SyntaxKind.
LongKeyword
);
Parsing\MemberDeclarationParsingTests.cs (1)
336
N(SyntaxKind.
LongKeyword
);
Parsing\NameParsingTests.cs (1)
464
ParseKnownTypeName(SyntaxKind.
LongKeyword
);
Parsing\PatternParsingTests.cs (3)
9431
N(SyntaxKind.
LongKeyword
);
9536
N(SyntaxKind.
LongKeyword
);
9728
N(SyntaxKind.
LongKeyword
);
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
3453
SpecialType.System_Int64 => SyntaxFactory.PredefinedType(SyntaxFactory.Token(SyntaxKind.
LongKeyword
)),
CSharpSyntaxFacts.cs (1)
338
SyntaxKind.
LongKeyword
=> PredefinedType.Int64,
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
759
SyntaxKind.
LongKeyword
=> "Int64",
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
50
SpecialType.System_Int64 => SyntaxKind.
LongKeyword
,