29 references to PredefinedType
Microsoft.AspNetCore.App.Analyzers (1)
RouteEmbeddedLanguage\FrameworkParametersCompletionProvider.cs (1)
388if (token.Parent.IsKind(SyntaxKind.PredefinedType))
Microsoft.CodeAnalysis.CSharp (17)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
28682var cached = CSharpSyntaxNodeCache.TryGetNode((int)SyntaxKind.PredefinedType, keyword, this.context, out hash); 28685var result = new PredefinedTypeSyntax(SyntaxKind.PredefinedType, keyword, this.context); 34109var cached = SyntaxNodeCache.TryGetNode((int)SyntaxKind.PredefinedType, keyword, out hash); 34112var result = new PredefinedTypeSyntax(SyntaxKind.PredefinedType, keyword);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
321/// <item><description><see cref="SyntaxKind.PredefinedType"/></description></item>
Binder\Binder_Expressions.cs (3)
791case SyntaxKind.PredefinedType: 2486if (node.Kind() == SyntaxKind.PredefinedType) 3072case SyntaxKind.PredefinedType:
Binder\Binder_Invocation.cs (1)
2503case SyntaxKind.PredefinedType:
Binder\Binder_Symbols.cs (1)
427case SyntaxKind.PredefinedType:
Binder\EarlyWellKnownAttributeBinder.cs (1)
96case SyntaxKind.PredefinedType:
Binder\WithCrefTypeParametersBinder.cs (1)
97case SyntaxKind.PredefinedType:
Parser\LanguageParser.cs (1)
11379case SyntaxKind.PredefinedType:
Symbols\Source\SourceNamedTypeSymbol_Bases.cs (1)
515if (typeSyntax.Kind() != SyntaxKind.PredefinedType && !SyntaxFacts.IsName(typeSyntax.Kind()))
Syntax\SyntaxExtensions.cs (1)
480case SyntaxKind.PredefinedType:
Syntax\SyntaxFacts.cs (1)
103case PredefinedType:
Syntax\SyntaxKindFacts.cs (1)
349case SyntaxKind.PredefinedType:
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\ParenthesizedExpressionSyntaxExtensions.cs (1)
551SyntaxKind.PredefinedType or
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs (1)
2859if (type.Kind() is SyntaxKind.GenericName or SyntaxKind.AliasQualifiedName or SyntaxKind.PredefinedType)
Microsoft.CodeAnalysis.CSharp.Features (5)
CodeLens\CSharpCodeLensDisplayInfoService.cs (1)
58case SyntaxKind.PredefinedType:
Completion\CompletionProviders\DeclarationName\DeclarationNameInfo.cs (1)
594token.Parent.IsKind(SyntaxKind.PredefinedType);
Diagnostics\Analyzers\CSharpPreferFrameworkTypeDiagnosticAnalyzer.cs (1)
23[SyntaxKind.PredefinedType, SyntaxKind.IdentifierName];
EditAndContinue\SyntaxComparer.cs (1)
512case SyntaxKind.PredefinedType:
SignatureHelp\InvocationExpressionSignatureHelpProviderBase_MethodGroup.cs (1)
60var includeInstance = throughExpression.Kind() is not (SyntaxKind.IdentifierName or SyntaxKind.SimpleMemberAccessExpression or SyntaxKind.PredefinedType) ||
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\ParenthesizedExpressionSyntaxExtensions.cs (1)
551SyntaxKind.PredefinedType or
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs (1)
2859if (type.Kind() is SyntaxKind.GenericName or SyntaxKind.AliasQualifiedName or SyntaxKind.PredefinedType)
Roslyn.Diagnostics.CSharp.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\ParenthesizedExpressionSyntaxExtensions.cs (1)
551SyntaxKind.PredefinedType or
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs (1)
2859if (type.Kind() is SyntaxKind.GenericName or SyntaxKind.AliasQualifiedName or SyntaxKind.PredefinedType)