102 references to SimpleBaseType
Microsoft.CodeAnalysis.CSharp (7)
Syntax.xml.Internal.Generated.cs (4)
31957var cached = CSharpSyntaxNodeCache.TryGetNode((int)SyntaxKind.SimpleBaseType, type, this.context, out hash); 31960var result = new SimpleBaseTypeSyntax(SyntaxKind.SimpleBaseType, type, this.context); 37324var cached = SyntaxNodeCache.TryGetNode((int)SyntaxKind.SimpleBaseType, type, out hash); 37327var result = new SimpleBaseTypeSyntax(SyntaxKind.SimpleBaseType, type);
Syntax.xml.Syntax.Generated.cs (1)
11533/// <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)
3762context.RegisterSyntaxNodeAction(Handle8, SyntaxKind.SimpleBaseType); 3923Assert.Equal(SyntaxKind.SimpleBaseType, identifier.Parent.Kind()); 5028context.RegisterSyntaxNodeAction(Handle8, SyntaxKind.SimpleBaseType); 5264context.RegisterSyntaxNodeAction(Handle8, SyntaxKind.SimpleBaseType); 5984context.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)
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\FileModifierParsingTests.cs (3)
3628N(SyntaxKind.SimpleBaseType); 3674N(SyntaxKind.SimpleBaseType); 3682N(SyntaxKind.SimpleBaseType);
Parsing\LocalFunctionParsingTests.cs (1)
2810N(SyntaxKind.SimpleBaseType);
Parsing\MemberDeclarationParsingTests.cs (1)
10196N(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)
3183case SyntaxKind.SimpleBaseType: 3198case 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) &&