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