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); 8373N(SyntaxKind.SimpleBaseType); 8480N(SyntaxKind.SimpleBaseType); 8605N(SyntaxKind.SimpleBaseType); 9156N(SyntaxKind.SimpleBaseType); 9188N(SyntaxKind.SimpleBaseType); 9196N(SyntaxKind.SimpleBaseType); 9519N(SyntaxKind.SimpleBaseType); 9553N(SyntaxKind.SimpleBaseType); 9561N(SyntaxKind.SimpleBaseType); 10032N(SyntaxKind.SimpleBaseType); 10083N(SyntaxKind.SimpleBaseType); 10149N(SyntaxKind.SimpleBaseType); 10707N(SyntaxKind.SimpleBaseType); 10715N(SyntaxKind.SimpleBaseType); 10723N(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)
10224N(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); 2377N(withBaseArguments ? SyntaxKind.PrimaryConstructorBaseType : SyntaxKind.SimpleBaseType); 2476N(SyntaxKind.SimpleBaseType); 2484N(SyntaxKind.SimpleBaseType); 2492N(SyntaxKind.SimpleBaseType); 2500N(SyntaxKind.SimpleBaseType); 2538N(SyntaxKind.SimpleBaseType); 2590N(SyntaxKind.SimpleBaseType);
Parsing\TopLevelStatementsParsingTests.cs (1)
687N(SyntaxKind.SimpleBaseType);
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
CodeGeneration\CSharpSyntaxGenerator.cs (2)
3030case SyntaxKind.SimpleBaseType: 3045case SyntaxKind.SimpleBaseType:
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs (1)
832token.Parent.IsParentKind(SyntaxKind.SimpleBaseType) &&