98 references to PointerType
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Symbols.cs (1)
444
case SyntaxKind.
PointerType
:
Parser\LanguageParser.cs (1)
7369
if (typeParsedSoFar.Kind is SyntaxKind.NullableType or SyntaxKind.
PointerType
)
Syntax\SyntaxExtensions.cs (1)
434
case SyntaxKind.
PointerType
:
Syntax\SyntaxFacts.cs (1)
96
case
PointerType
:
Syntax\SyntaxKindFacts.cs (1)
346
case SyntaxKind.
PointerType
:
Microsoft.CodeAnalysis.CSharp.CodeStyle (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\ParenthesizedExpressionSyntaxExtensions.cs (1)
511
SyntaxKind.
PointerType
or
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Utilities\TypeStyle\CSharpUseImplicitTypeHelper.cs (1)
127
if (!variableDeclaration.Type.IsKind(SyntaxKind.
PointerType
))
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Utilities\TypeSyntaxComparer.cs (1)
55
case SyntaxKind.
PointerType
:
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\CSharpCodeGenerationService.cs (1)
878
case SyntaxKind.
PointerType
:
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs (1)
2344
previousToken.Parent?.Kind() is SyntaxKind.
PointerType
or SyntaxKind.NullableType)
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\SyntaxComparer.cs (1)
511
case SyntaxKind.
PointerType
:
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (80)
IncrementalParsing\IncrementalParsingTests.cs (1)
448
SyntaxKind.
PointerType
,
Parsing\CollectionExpressionParsingTests.cs (2)
16544
N(SyntaxKind.
PointerType
);
16627
N(SyntaxKind.
PointerType
);
Parsing\CrefParsingTests.cs (6)
1701
N(SyntaxKind.
PointerType
);
1713
N(SyntaxKind.
PointerType
);
1715
N(SyntaxKind.
PointerType
);
1755
N(SyntaxKind.
PointerType
);
1872
N(SyntaxKind.
PointerType
);
2015
N(SyntaxKind.
PointerType
);
Parsing\DeconstructionTests.cs (2)
3468
N(SyntaxKind.
PointerType
);
3530
N(SyntaxKind.
PointerType
);
Parsing\FileModifierParsingTests.cs (2)
1651
N(SyntaxKind.
PointerType
);
1910
N(SyntaxKind.
PointerType
);
Parsing\FunctionPointerTests.cs (5)
685
N(SyntaxKind.
PointerType
);
697
N(SyntaxKind.
PointerType
);
726
N(SyntaxKind.
PointerType
);
760
N(SyntaxKind.
PointerType
);
845
N(SyntaxKind.
PointerType
);
Parsing\LambdaReturnTypeParsingTests.cs (6)
464
N(SyntaxKind.
PointerType
);
494
N(SyntaxKind.
PointerType
);
524
N(SyntaxKind.
PointerType
);
1413
N(SyntaxKind.
PointerType
);
1445
N(SyntaxKind.
PointerType
);
4853
N(SyntaxKind.
PointerType
);
Parsing\MemberDeclarationParsingTests.cs (9)
1945
N(SyntaxKind.
PointerType
);
2143
N(SyntaxKind.
PointerType
);
13304
N(SyntaxKind.
PointerType
);
13559
N(SyntaxKind.
PointerType
);
15486
N(SyntaxKind.
PointerType
);
15565
N(SyntaxKind.
PointerType
);
15644
N(SyntaxKind.
PointerType
);
15646
N(SyntaxKind.
PointerType
);
15816
N(SyntaxKind.
PointerType
);
Parsing\NameParsingTests.cs (3)
505
Assert.Equal(SyntaxKind.
PointerType
, tname.Kind());
521
Assert.Equal(SyntaxKind.
PointerType
, tname.Kind());
525
while (tname.Kind() == SyntaxKind.
PointerType
)
Parsing\PatternParsingTests.cs (15)
1140
N(SyntaxKind.
PointerType
);
1142
N(SyntaxKind.
PointerType
);
1144
N(SyntaxKind.
PointerType
);
1185
N(SyntaxKind.
PointerType
);
1187
N(SyntaxKind.
PointerType
);
1189
N(SyntaxKind.
PointerType
);
1308
N(SyntaxKind.
PointerType
);
1310
N(SyntaxKind.
PointerType
);
1312
N(SyntaxKind.
PointerType
);
1417
N(SyntaxKind.
PointerType
);
1419
N(SyntaxKind.
PointerType
);
1421
N(SyntaxKind.
PointerType
);
1529
N(SyntaxKind.
PointerType
);
1531
N(SyntaxKind.
PointerType
);
1533
N(SyntaxKind.
PointerType
);
Parsing\ScriptParsingTests.cs (2)
1345
N(SyntaxKind.
PointerType
);
8893
N(SyntaxKind.
PointerType
);
Parsing\StatementAttributeParsingTests.cs (1)
1644
N(SyntaxKind.
PointerType
);
Parsing\StatementParsingTests.cs (2)
4187
N(SyntaxKind.
PointerType
);
4225
N(SyntaxKind.
PointerType
);
Parsing\TopLevelStatementsParsingTests.cs (1)
1117
N(SyntaxKind.
PointerType
);
Parsing\TypeArgumentListParsingTests.cs (1)
323
N(SyntaxKind.
PointerType
);
Parsing\UsingDirectiveParsingTests.cs (22)
212
N(SyntaxKind.
PointerType
);
514
N(SyntaxKind.
PointerType
);
629
N(SyntaxKind.
PointerType
);
681
N(SyntaxKind.
PointerType
);
1088
N(SyntaxKind.
PointerType
);
1130
N(SyntaxKind.
PointerType
);
1178
N(SyntaxKind.
PointerType
);
1250
N(SyntaxKind.
PointerType
);
1325
N(SyntaxKind.
PointerType
);
1401
N(SyntaxKind.
PointerType
);
1485
N(SyntaxKind.
PointerType
);
2115
N(SyntaxKind.
PointerType
);
2189
N(SyntaxKind.
PointerType
);
2266
N(SyntaxKind.
PointerType
);
4666
N(SyntaxKind.
PointerType
);
4747
N(SyntaxKind.
PointerType
);
4828
N(SyntaxKind.
PointerType
);
4906
N(SyntaxKind.
PointerType
);
4984
N(SyntaxKind.
PointerType
);
5062
N(SyntaxKind.
PointerType
);
5142
N(SyntaxKind.
PointerType
);
5222
N(SyntaxKind.
PointerType
);
Microsoft.CodeAnalysis.CSharp.Workspaces (5)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\ParenthesizedExpressionSyntaxExtensions.cs (1)
511
SyntaxKind.
PointerType
or
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Utilities\TypeStyle\CSharpUseImplicitTypeHelper.cs (1)
127
if (!variableDeclaration.Type.IsKind(SyntaxKind.
PointerType
))
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Utilities\TypeSyntaxComparer.cs (1)
55
case SyntaxKind.
PointerType
:
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\CSharpCodeGenerationService.cs (1)
878
case SyntaxKind.
PointerType
:
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs (1)
2344
previousToken.Parent?.Kind() is SyntaxKind.
PointerType
or SyntaxKind.NullableType)
Microsoft.VisualStudio.LanguageServices.CSharp (2)
CodeModel\CSharpCodeModelService.CodeModelEventCollector.cs (1)
802
case SyntaxKind.
PointerType
:
CodeModel\CSharpCodeModelService.NodeNameGenerator.cs (1)
94
case SyntaxKind.
PointerType
: