102 references to SimpleBaseType
Microsoft.CodeAnalysis.CSharp (7)
Syntax.xml.Internal.Generated.cs (4)
31958var cached = CSharpSyntaxNodeCache.TryGetNode((int)SyntaxKind.SimpleBaseType, type, this.context, out hash); 31961var result = new SimpleBaseTypeSyntax(SyntaxKind.SimpleBaseType, type, this.context); 37325var cached = SyntaxNodeCache.TryGetNode((int)SyntaxKind.SimpleBaseType, type, out hash); 37328var result = new SimpleBaseTypeSyntax(SyntaxKind.SimpleBaseType, type);
Syntax.xml.Syntax.Generated.cs (1)
11534/// <item><description><see cref="SyntaxKind.SimpleBaseType"/></description></item>
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)
833token.Parent.IsParentKind(SyntaxKind.SimpleBaseType) &&
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (8)
Semantics\PrimaryConstructorTests.cs (5)
3902context.RegisterSyntaxNodeAction(Handle8, SyntaxKind.SimpleBaseType); 4063Assert.Equal(SyntaxKind.SimpleBaseType, identifier.Parent.Kind()); 5168context.RegisterSyntaxNodeAction(Handle8, SyntaxKind.SimpleBaseType); 5404context.RegisterSyntaxNodeAction(Handle8, SyntaxKind.SimpleBaseType); 6124context.RegisterSyntaxNodeAction(Handle8, SyntaxKind.SimpleBaseType);
Semantics\RecordTests.cs (3)
26306context.RegisterSyntaxNodeAction(Handle8, SyntaxKind.SimpleBaseType); 26463Assert.Equal(SyntaxKind.SimpleBaseType, identifier.Parent.Kind()); 27595context.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)
6034context.RegisterSyntaxNodeAction(Handle8, SyntaxKind.SimpleBaseType); 6781context.RegisterSyntaxNodeAction(Handle8, SyntaxKind.SimpleBaseType);
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (78)
Parsing\AsyncParsingTests.cs (1)
2601N(SyntaxKind.SimpleBaseType);
Parsing\DeclarationParsingTests.cs (20)
6699N(SyntaxKind.SimpleBaseType); 6748N(SyntaxKind.SimpleBaseType); 6756N(SyntaxKind.SimpleBaseType); 6808M(SyntaxKind.SimpleBaseType); 6873M(SyntaxKind.SimpleBaseType); 8427N(SyntaxKind.SimpleBaseType); 8534N(SyntaxKind.SimpleBaseType); 8659N(SyntaxKind.SimpleBaseType); 9210N(SyntaxKind.SimpleBaseType); 9242N(SyntaxKind.SimpleBaseType); 9250N(SyntaxKind.SimpleBaseType); 9573N(SyntaxKind.SimpleBaseType); 9607N(SyntaxKind.SimpleBaseType); 9615N(SyntaxKind.SimpleBaseType); 10086N(SyntaxKind.SimpleBaseType); 10137N(SyntaxKind.SimpleBaseType); 10203N(SyntaxKind.SimpleBaseType); 10761N(SyntaxKind.SimpleBaseType); 10769N(SyntaxKind.SimpleBaseType); 10777N(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\FileModifierParsingTests.cs (3)
3622N(SyntaxKind.SimpleBaseType); 3668N(SyntaxKind.SimpleBaseType); 3676N(SyntaxKind.SimpleBaseType);
Parsing\LocalFunctionParsingTests.cs (1)
2687N(SyntaxKind.SimpleBaseType);
Parsing\MemberDeclarationParsingTests.cs (1)
10227N(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)
3180case SyntaxKind.SimpleBaseType: 3195case SyntaxKind.SimpleBaseType:
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs (1)
833token.Parent.IsParentKind(SyntaxKind.SimpleBaseType) &&
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs (1)
833token.Parent.IsParentKind(SyntaxKind.SimpleBaseType) &&