55 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)
NullableImpactingSpanWalker.cs (1)
88if (node.IsParentKind(SyntaxKind.SimpleBaseType))
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs\SyntaxTreeExtensions.cs (1)
832token.Parent.IsParentKind(SyntaxKind.SimpleBaseType) &&
Microsoft.CodeAnalysis.CSharp.Features (1)
NullableImpactingSpanWalker.cs (1)
88if (node.IsParentKind(SyntaxKind.SimpleBaseType))
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (10)
Semantics\PrimaryConstructorTests.cs (5)
3176context.RegisterSyntaxNodeAction(Handle8, SyntaxKind.SimpleBaseType); 3340Assert.Equal(SyntaxKind.SimpleBaseType, identifier.Parent.Kind()); 4446context.RegisterSyntaxNodeAction(Handle8, SyntaxKind.SimpleBaseType); 4682context.RegisterSyntaxNodeAction(Handle8, SyntaxKind.SimpleBaseType); 5402context.RegisterSyntaxNodeAction(Handle8, SyntaxKind.SimpleBaseType);
Semantics\RecordStructTests.cs (2)
5932context.RegisterSyntaxNodeAction(Handle8, SyntaxKind.SimpleBaseType); 6679context.RegisterSyntaxNodeAction(Handle8, SyntaxKind.SimpleBaseType);
Semantics\RecordTests.cs (3)
26214context.RegisterSyntaxNodeAction(Handle8, SyntaxKind.SimpleBaseType); 26374Assert.Equal(SyntaxKind.SimpleBaseType, identifier.Parent.Kind()); 27507context.RegisterSyntaxNodeAction(Handle8, SyntaxKind.SimpleBaseType);
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (37)
Parsing\AsyncParsingTests.cs (1)
2621N(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\MemberDeclarationParsingTests.cs (1)
10235N(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)
3040case SyntaxKind.SimpleBaseType: 3055case SyntaxKind.SimpleBaseType:
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs\SyntaxTreeExtensions.cs (1)
832token.Parent.IsParentKind(SyntaxKind.SimpleBaseType) &&