1 instantiation of AttributeArgumentCollection
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\Collections\AttributeArgumentCollection.cs (1)
24var collection = new AttributeArgumentCollection(state, parent);
2 references to AttributeArgumentCollection
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\Collections\AttributeArgumentCollection.cs (1)
24var collection = new AttributeArgumentCollection(state, parent);
CodeModel\InternalElements\CodeAttribute.cs (1)
81get { return AttributeArgumentCollection.Create(this.State, this); }