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