21 references to ObjectKeyword
Microsoft.CodeAnalysis.CSharp (8)
_generated\0\Syntax.xml.Main.Generated.cs (1)
2364case SyntaxKind.ObjectKeyword:
_generated\1\Syntax.xml.Internal.Generated.cs (2)
28675case SyntaxKind.ObjectKeyword: 34102case SyntaxKind.ObjectKeyword:
Parser\LanguageParser.cs (1)
2450case SyntaxKind.ObjectKeyword:
Syntax\SyntaxKindExtensions.cs (1)
45case SyntaxKind.ObjectKeyword:
Syntax\SyntaxKindFacts.cs (3)
334case SyntaxKind.ObjectKeyword: 913return SyntaxKind.ObjectKeyword; 1614case SyntaxKind.ObjectKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (3)
src\roslyn\src\Analyzers\CSharp\Analyzers\UsePatternMatching\CSharpAsAndNullCheckDiagnosticAnalyzer.cs (1)
353&& predefinedType.Keyword.IsKind(SyntaxKind.ObjectKeyword)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
68public static readonly SyntaxToken ObjectKeyword = Token(SyntaxKind.ObjectKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
340SyntaxKind.ObjectKeyword => PredefinedType.Object,
Microsoft.CodeAnalysis.CSharp.Features (2)
Completion\KeywordRecommenders\ObjectKeywordRecommender.cs (1)
14internal sealed class ObjectKeywordRecommender() : AbstractSpecialTypePreselectingKeywordRecommender(SyntaxKind.ObjectKeyword)
src\roslyn\src\Analyzers\CSharp\Analyzers\UsePatternMatching\CSharpAsAndNullCheckDiagnosticAnalyzer.cs (1)
353&& predefinedType.Keyword.IsKind(SyntaxKind.ObjectKeyword)
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
726SyntaxKind.ObjectKeyword => "Object",
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
55SpecialType.System_Object => SyntaxKind.ObjectKeyword,
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
68public static readonly SyntaxToken ObjectKeyword = Token(SyntaxKind.ObjectKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
340SyntaxKind.ObjectKeyword => PredefinedType.Object,
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\NativeCSharpTokenizer.cs (1)
74CSharpSyntaxKind.ObjectKeyword,
Microsoft.Interop.JavaScript.JSImportGenerator (1)
JSManagedTypeInfo.cs (1)
88Syntax = SyntaxFactory.PredefinedType(SyntaxFactory.Token(SyntaxKind.ObjectKeyword))
Roslyn.Diagnostics.CSharp.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
68public static readonly SyntaxToken ObjectKeyword = Token(SyntaxKind.ObjectKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
340SyntaxKind.ObjectKeyword => PredefinedType.Object,