93 references to SimpleBaseType
Microsoft.CodeAnalysis.CSharp (2)
Syntax\SyntaxExtensions.cs (1)
250case SyntaxKind.SimpleBaseType:
Syntax\SyntaxFacts.cs (1)
193case SimpleBaseType:
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Analyzers\CSharp\Analyzers\RemoveUnnecessaryNullableDirective\NullableImpactingSpanWalker.cs (1)
79if (node.IsParentKind(SyntaxKind.SimpleBaseType))
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs (1)
832token.Parent.IsParentKind(SyntaxKind.SimpleBaseType) &&
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (8)
Semantics\PrimaryConstructorTests.cs (5)
3761context.RegisterSyntaxNodeAction(Handle8, SyntaxKind.SimpleBaseType); 3922Assert.Equal(SyntaxKind.SimpleBaseType, identifier.Parent.Kind()); 5027context.RegisterSyntaxNodeAction(Handle8, SyntaxKind.SimpleBaseType); 5263context.RegisterSyntaxNodeAction(Handle8, SyntaxKind.SimpleBaseType); 5983context.RegisterSyntaxNodeAction(Handle8, SyntaxKind.SimpleBaseType);
Semantics\RecordTests.cs (3)
26201context.RegisterSyntaxNodeAction(Handle8, SyntaxKind.SimpleBaseType); 26358Assert.Equal(SyntaxKind.SimpleBaseType, identifier.Parent.Kind()); 27490context.RegisterSyntaxNodeAction(Handle8, SyntaxKind.SimpleBaseType);
Microsoft.CodeAnalysis.CSharp.Features (1)
src\Analyzers\CSharp\Analyzers\RemoveUnnecessaryNullableDirective\NullableImpactingSpanWalker.cs (1)
79if (node.IsParentKind(SyntaxKind.SimpleBaseType))
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\RecordStructTests.cs (2)
5962context.RegisterSyntaxNodeAction(Handle8, SyntaxKind.SimpleBaseType); 6709context.RegisterSyntaxNodeAction(Handle8, SyntaxKind.SimpleBaseType);
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (75)
Parsing\AsyncParsingTests.cs (1)
2610N(SyntaxKind.SimpleBaseType);
Parsing\DeclarationParsingTests.cs (20)
6645N(SyntaxKind.SimpleBaseType); 6694N(SyntaxKind.SimpleBaseType); 6702N(SyntaxKind.SimpleBaseType); 6754M(SyntaxKind.SimpleBaseType); 6819M(SyntaxKind.SimpleBaseType); 8468N(SyntaxKind.SimpleBaseType); 8575N(SyntaxKind.SimpleBaseType); 8700N(SyntaxKind.SimpleBaseType); 9251N(SyntaxKind.SimpleBaseType); 9283N(SyntaxKind.SimpleBaseType); 9291N(SyntaxKind.SimpleBaseType); 9614N(SyntaxKind.SimpleBaseType); 9648N(SyntaxKind.SimpleBaseType); 9656N(SyntaxKind.SimpleBaseType); 10127N(SyntaxKind.SimpleBaseType); 10178N(SyntaxKind.SimpleBaseType); 10244N(SyntaxKind.SimpleBaseType); 10802N(SyntaxKind.SimpleBaseType); 10810N(SyntaxKind.SimpleBaseType); 10818N(SyntaxKind.SimpleBaseType);
Parsing\DeclarationParsingTests_MissingIdentifiers.cs (37)
191M(SyntaxKind.SimpleBaseType); 251N(SyntaxKind.SimpleBaseType); 270N(SyntaxKind.SimpleBaseType); 352N(SyntaxKind.SimpleBaseType); 455N(SyntaxKind.SimpleBaseType); 573N(SyntaxKind.SimpleBaseType); 676N(SyntaxKind.SimpleBaseType); 749N(SyntaxKind.SimpleBaseType); 966N(SyntaxKind.SimpleBaseType); 1177N(SyntaxKind.SimpleBaseType); 1315M(SyntaxKind.SimpleBaseType); 1413M(SyntaxKind.SimpleBaseType); 1473N(SyntaxKind.SimpleBaseType); 1501N(SyntaxKind.SimpleBaseType); 1583N(SyntaxKind.SimpleBaseType); 1686N(SyntaxKind.SimpleBaseType); 1880N(SyntaxKind.SimpleBaseType); 2123M(SyntaxKind.SimpleBaseType); 2183N(SyntaxKind.SimpleBaseType); 2202N(SyntaxKind.SimpleBaseType); 2284N(SyntaxKind.SimpleBaseType); 2387N(SyntaxKind.SimpleBaseType); 2508N(SyntaxKind.SimpleBaseType); 2611N(SyntaxKind.SimpleBaseType); 2741N(SyntaxKind.SimpleBaseType); 2844N(SyntaxKind.SimpleBaseType); 3064N(SyntaxKind.SimpleBaseType); 3138N(SyntaxKind.SimpleBaseType); 3381N(SyntaxKind.SimpleBaseType); 3464N(SyntaxKind.SimpleBaseType); 3546N(SyntaxKind.SimpleBaseType); 3720N(SyntaxKind.SimpleBaseType); 3794N(SyntaxKind.SimpleBaseType); 3912N(SyntaxKind.SimpleBaseType); 4024N(SyntaxKind.SimpleBaseType); 4107N(SyntaxKind.SimpleBaseType); 4189N(SyntaxKind.SimpleBaseType);
Parsing\LocalFunctionParsingTests.cs (1)
2810N(SyntaxKind.SimpleBaseType);
Parsing\MemberDeclarationParsingTests.cs (1)
10229N(SyntaxKind.SimpleBaseType);
Parsing\RecordParsing.cs (14)
1079N(SyntaxKind.SimpleBaseType); 1095N(SyntaxKind.SimpleBaseType); 1103N(SyntaxKind.SimpleBaseType); 1153N(SyntaxKind.SimpleBaseType); 1169N(SyntaxKind.SimpleBaseType); 1177N(SyntaxKind.SimpleBaseType); 1185N(SyntaxKind.SimpleBaseType); 2227N(withBaseArguments ? SyntaxKind.PrimaryConstructorBaseType : SyntaxKind.SimpleBaseType); 2326N(SyntaxKind.SimpleBaseType); 2334N(SyntaxKind.SimpleBaseType); 2342N(SyntaxKind.SimpleBaseType); 2350N(SyntaxKind.SimpleBaseType); 2388N(SyntaxKind.SimpleBaseType); 2440N(SyntaxKind.SimpleBaseType);
Parsing\TopLevelStatementsParsingTests.cs (1)
687N(SyntaxKind.SimpleBaseType);
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
CodeGeneration\CSharpSyntaxGenerator.cs (2)
3042case SyntaxKind.SimpleBaseType: 3057case SyntaxKind.SimpleBaseType:
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs (1)
832token.Parent.IsParentKind(SyntaxKind.SimpleBaseType) &&