7 references to Object
Microsoft.CodeAnalysis.CodeStyle (2)
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SpecialTypeExtensions.cs\SpecialTypeExtensions.cs (1)
14SpecialType.System_Object => PredefinedType.Object,
PredefinedTypeExtensions.cs (1)
14PredefinedType.Object => SpecialType.System_Object,
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
SyntaxGeneratorExtensions_Negate.cs (2)
155if (syntaxFacts.IsPredefinedType(rightOperand, PredefinedType.Object) && 535if (syntaxFacts.IsPredefinedType(type, PredefinedType.Object))
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
CSharpSyntaxFacts.cs (1)
345SyntaxKind.ObjectKeyword => PredefinedType.Object,
NullableImpactingSpanWalker.cs (1)
142if (type is CodeAnalysis.LanguageService.PredefinedType.Object or CodeAnalysis.LanguageService.PredefinedType.String)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicSyntaxFacts.vb (1)
357Return PredefinedType.Object