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