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