3 writes to preserveAttributeExtensions
System.ServiceModel (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (3)
62this.preserveAttributeExtensions = this.preserveElementExtensions = true; 71preserveAttributeExtensions = preserveElementExtensions = true; 78set { this.preserveAttributeExtensions = value; }
7 references to preserveAttributeExtensions
System.ServiceModel (7)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (7)
77get { return this.preserveAttributeExtensions; } 752if (this.preserveAttributeExtensions) 772return ReadTextContentFromHelper(reader, type, "//atom:feed/atom:entry/atom:content[@type]", this.preserveAttributeExtensions); 815if (this.preserveAttributeExtensions) 926if (this.preserveAttributeExtensions) 1027if (this.preserveAttributeExtensions) 1129if (this.preserveAttributeExtensions)