1 implementation of ICSCodeTypeLocation
Microsoft.VisualStudio.LanguageServices.CSharp (1)
CodeModel\Extenders\CodeTypeLocationExtender.cs (1)
15public class CodeTypeLocationExtender : ICSCodeTypeLocation
3 references to ICSCodeTypeLocation
Microsoft.VisualStudio.LanguageServices.CSharp (3)
CodeModel\Extenders\CodeTypeLocationExtender.cs (3)
14[ComDefaultInterface(typeof(ICSCodeTypeLocation))] 17internal static ICSCodeTypeLocation Create(string externalLocation) 20return (ICSCodeTypeLocation)ComAggregate.CreateAggregatedObject(result);