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