2 references to Create
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\Collections\ExternalParameterCollection.cs (2)
58
element = (EnvDTE.CodeElement)ExternalCodeParameter.
Create
(this.State, _projectId, parameters[index], this.ParentElement);
73
element = (EnvDTE.CodeElement)ExternalCodeParameter.
Create
(this.State, _projectId, parameters[index], this.ParentElement);