1 implementation of GetExternalTypeExtender
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
1290public abstract object GetExternalTypeExtender(string name, string externalLocation);
1 reference to GetExternalTypeExtender
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\ExternalElements\AbstractExternalCodeType.cs (1)
50return CodeModelService.GetExternalTypeExtender(name, metadataReference.FilePath);