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