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