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