4 references to Create
Microsoft.VisualStudio.LanguageServices.Implementation (4)
CodeModel\AbstractCodeModelService.cs (1)
426return CodeOptionsStatement.Create(state, fileCodeModel, name, ordinal);
CodeModel\Collections\NamespaceCollection.cs (2)
74return CodeOptionsStatement.Create(this.State, this.FileCodeModel, name, ordinal); 178element = CodeOptionsStatement.Create(State, FileCodeModel, childName, ordinal);
CodeModel\Collections\NodeSnapshot.cs (1)
52return CodeOptionsStatement.Create(_state, this.FileCodeModel, name, ordinal);