1 instantiation of ExternalCodeInterface
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\ExternalElements\ExternalCodeInterface.cs (1)
21
var newElement = new
ExternalCodeInterface
(state, projectId, typeSymbol);
3 references to ExternalCodeInterface
Microsoft.VisualStudio.LanguageServices.Implementation (3)
CodeModel\AbstractCodeModelService.cs (2)
231
return (EnvDTE.CodeElement)
ExternalCodeInterface
.Create(state, projectId, namedType);
295
return (EnvDTE.CodeElement)
ExternalCodeInterface
.Create(state, projectId, typeSymbol);
CodeModel\ExternalElements\ExternalCodeInterface.cs (1)
21
var
newElement = new ExternalCodeInterface(state, projectId, typeSymbol);