3 references to Create
Microsoft.VisualStudio.LanguageServices.Implementation (3)
CodeModel\InternalElements\AbstractCodeMember.cs (1)
74return AttributeCollection.Create(this.State, this);
CodeModel\InternalElements\CodeAccessorFunction.cs (1)
79=> AttributeCollection.Create(this.State, this);
CodeModel\InternalElements\CodeParameter.cs (1)
128get { return AttributeCollection.Create(this.State, this); }