8 references to Create
Microsoft.VisualStudio.LanguageServices.Implementation (8)
CodeModel\AbstractCodeModelService.cs (1)
385
return CodeAttribute.
Create
(state, fileCodeModel, parentObject, name, ordinal);
CodeModel\Collections\AttributeCollection.cs (2)
52
return (EnvDTE.CodeElement)CodeAttribute.
Create
(this.State, this.FileCodeModel, this.ParentElement, name, ordinal);
81
element = (EnvDTE.CodeElement)CodeAttribute.
Create
(State, FileCodeModel, this.ParentElement, childName, ordinal);
CodeModel\Collections\NamespaceCollection.cs (2)
88
return (EnvDTE.CodeElement)CodeAttribute.
Create
(this.State, this.FileCodeModel, parentElement, name, ordinal);
200
element = (EnvDTE.CodeElement)CodeAttribute.
Create
(State, FileCodeModel, parentElement, childName, ordinal);
CodeModel\Collections\NodeSnapshot.cs (1)
66
return (EnvDTE.CodeElement)CodeAttribute.
Create
(_state, this.FileCodeModel, _parentElement, name, ordinal);
CodeModel\FileCodeModel_Events.cs (2)
293
return (EnvDTE.CodeElement)CodeAttribute.
Create
(this.State, this, parentCodeElement, name, ordinal);
301
return (EnvDTE.CodeElement)CodeAttribute.
Create
(this.State, this, null, name, ordinal);