4 references to Create
Microsoft.VisualStudio.LanguageServices.Implementation (4)
CodeModel\AbstractCodeModelService.cs (1)
474return CodeAttributeArgument.Create(state, codeAttributeObj, index);
CodeModel\Collections\AttributeArgumentCollection.cs (2)
50element = (EnvDTE.CodeElement)CodeAttributeArgument.Create(this.State, this.ParentAttribute, index); 68element = (EnvDTE.CodeElement)CodeAttributeArgument.Create(this.State, this.ParentAttribute, currentIndex);
CodeModel\FileCodeModel_Events.cs (1)
354return (EnvDTE.CodeElement)CodeAttributeArgument.Create(this.State, parentCodeElement, ordinal);