4 references to IsObjectType
Microsoft.CodeAnalysis.VisualBasic (4)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
426
If prop.Type.
IsObjectType
() AndAlso prop.SetMethod IsNot Nothing Then
Symbols\Source\SourceNamedTypeSymbol_GroupClass.vb (1)
273
While classType IsNot Nothing AndAlso Not classType.
IsObjectType
()
Symbols\Source\UnboundLambdaParameterSymbol.vb (1)
92
If paramType.
IsObjectType
() AndAlso syntax.AsClause Is Nothing Then
Symbols\TypeSymbolExtensions.vb (1)
503
If Not (underlyingType.IsIntrinsicType() OrElse underlyingType.
IsObjectType
()) Then