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