3 references to IsObjectType
Microsoft.CodeAnalysis.VisualBasic.Features (3)
ExtractMethod\VisualBasicMethodExtractor.Analyzer.vb (1)
46
Return If(info.ConvertedType.
IsObjectType
(), info.ConvertedType, info.Type)
ExtractMethod\VisualBasicSelectionResult.vb (2)
192
Return If(info.Type.
IsObjectType
(), info.ConvertedType, info.Type)
228
Return If(info.Type.
IsObjectType
(), info.ConvertedType, info.Type)