1 implementation of IVBCodeTypeLocation
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
CodeModel\Extenders\CodeTypeLocationExtender.vb (1)
13Implements IVBCodeTypeLocation
4 references to IVBCodeTypeLocation
Microsoft.VisualStudio.LanguageServices.VisualBasic (4)
CodeModel\Extenders\CodeTypeLocationExtender.vb (4)
11<ComDefaultInterface(GetType(IVBCodeTypeLocation))> 15Friend Shared Function Create(externalLocation As String) As IVBCodeTypeLocation 17Return CType(ComAggregate.CreateAggregatedObject(result), IVBCodeTypeLocation) 26Public ReadOnly Property ExternalLocation As String Implements IVBCodeTypeLocation.ExternalLocation