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