24 references to BoolKeyword
Microsoft.CodeAnalysis.CSharp (10)
_generated\0\Syntax.xml.Main.Generated.cs (1)
2350case SyntaxKind.BoolKeyword:
_generated\1\Syntax.xml.Internal.Generated.cs (2)
28661case SyntaxKind.BoolKeyword: 34088case SyntaxKind.BoolKeyword:
Parser\LanguageParser.cs (1)
2432case SyntaxKind.BoolKeyword:
Syntax\SyntaxKindExtensions.cs (1)
17case SyntaxKind.BoolKeyword:
Syntax\SyntaxKindFacts.cs (5)
20for (int i = (int)SyntaxKind.BoolKeyword; i <= (int)SyntaxKind.ImplicitKeyword; i++) 42return kind >= SyntaxKind.BoolKeyword && kind <= SyntaxKind.ImplicitKeyword; 320case SyntaxKind.BoolKeyword: 883return SyntaxKind.BoolKeyword; 1584case SyntaxKind.BoolKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
16public static readonly SyntaxToken BoolKeyword = Token(SyntaxKind.BoolKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
326SyntaxKind.BoolKeyword => PredefinedType.Boolean,
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\BoolKeywordRecommender.cs (1)
14internal sealed class BoolKeywordRecommender() : AbstractSpecialTypePreselectingKeywordRecommender(SyntaxKind.BoolKeyword)
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
712SyntaxKind.BoolKeyword => "Boolean",
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
41SpecialType.System_Boolean => SyntaxKind.BoolKeyword,
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
16public static readonly SyntaxToken BoolKeyword = Token(SyntaxKind.BoolKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
326SyntaxKind.BoolKeyword => PredefinedType.Boolean,
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\NativeCSharpTokenizer.cs (1)
87CSharpSyntaxKind.BoolKeyword,
Microsoft.Interop.JavaScript.JSImportGenerator (2)
JSExportGenerator.cs (1)
208FieldDeclarationSyntax field = FieldDeclaration(VariableDeclaration(PredefinedType(Token(SyntaxKind.BoolKeyword)))
JSManagedTypeInfo.cs (1)
27Syntax = SyntaxFactory.PredefinedType(SyntaxFactory.Token(SyntaxKind.BoolKeyword))
Microsoft.Interop.SourceGeneration (2)
ManagedToNativeStubGenerator.cs (1)
128setupStatements.Add(Declare(PredefinedType(Token(SyntaxKind.BoolKeyword)), InvokeSucceededIdentifier, initializeToDefault: true));
Marshalling\UnmanagedToManagedOwnershipTrackingStrategy.cs (1)
62PredefinedType(Token(SyntaxKind.BoolKeyword)),
Roslyn.Diagnostics.CSharp.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
16public static readonly SyntaxToken BoolKeyword = Token(SyntaxKind.BoolKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
326SyntaxKind.BoolKeyword => PredefinedType.Boolean,