4 references to Create
Microsoft.VisualStudio.LanguageServices.Implementation (4)
CodeModel\AbstractCodeModelService.cs (1)
399
return CodeImport.
Create
(state, fileCodeModel, parentObj, name);
CodeModel\Collections\NamespaceCollection.cs (2)
81
return CodeImport.
Create
(this.State, this.FileCodeModel, parentElement, name);
189
element = CodeImport.
Create
(State, FileCodeModel, parentElement, childName);
CodeModel\Collections\NodeSnapshot.cs (1)
59
return CodeImport.
Create
(_state, this.FileCodeModel, _parentElement, name);