14 references to SimpleBaseType
Microsoft.CodeAnalysis.CSharp (7)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
32362var cached = CSharpSyntaxNodeCache.TryGetNode((int)SyntaxKind.SimpleBaseType, type, this.context, out hash); 32365var result = new SimpleBaseTypeSyntax(SyntaxKind.SimpleBaseType, type, this.context); 37789var cached = SyntaxNodeCache.TryGetNode((int)SyntaxKind.SimpleBaseType, type, out hash); 37792var result = new SimpleBaseTypeSyntax(SyntaxKind.SimpleBaseType, type);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
11748/// <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\roslyn\src\Analyzers\CSharp\Analyzers\RemoveUnnecessaryNullableDirective\NullableImpactingSpanWalker.cs (1)
79if (node.IsParentKind(SyntaxKind.SimpleBaseType))
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs (1)
840token.Parent.IsParentKind(SyntaxKind.SimpleBaseType) &&
Microsoft.CodeAnalysis.CSharp.Features (1)
src\roslyn\src\Analyzers\CSharp\Analyzers\RemoveUnnecessaryNullableDirective\NullableImpactingSpanWalker.cs (1)
79if (node.IsParentKind(SyntaxKind.SimpleBaseType))
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
CodeGeneration\CSharpSyntaxGenerator.cs (2)
3173case SyntaxKind.SimpleBaseType: 3188case SyntaxKind.SimpleBaseType:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs (1)
840token.Parent.IsParentKind(SyntaxKind.SimpleBaseType) &&
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs (1)
840token.Parent.IsParentKind(SyntaxKind.SimpleBaseType) &&