1 instantiation of ExternalCodeFunction
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\ExternalElements\ExternalCodeFunction.cs (1)
22var element = new ExternalCodeFunction(state, projectId, symbol);
7 references to ExternalCodeFunction
Microsoft.VisualStudio.LanguageServices.Implementation (7)
CodeModel\AbstractCodeModelService.cs (1)
216return (EnvDTE.CodeElement)ExternalCodeFunction.Create(state, projectId, (IMethodSymbol)symbol);
CodeModel\Collections\ExternalOverloadsCollection.cs (5)
23ExternalCodeFunction parent, 34ExternalCodeFunction parent, 41private ExternalCodeFunction ParentElement 43get { return (ExternalCodeFunction)Parent; } 67var element = ExternalCodeFunction.Create(this.State, _projectId, (IMethodSymbol)method);
CodeModel\ExternalElements\ExternalCodeFunction.cs (1)
22var element = new ExternalCodeFunction(state, projectId, symbol);