2 writes to preserveAttributeExtensions
System.ServiceModel (2)
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (2)
49
this.
preserveAttributeExtensions
= true;
59
preserveAttributeExtensions
= true;
6 references to preserveAttributeExtensions
System.ServiceModel (6)
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (6)
474
if (this.
preserveAttributeExtensions
)
497
result.Title = Atom10FeedFormatter.ReadTextContentFrom(reader, "//app:service/app:workspace/app:collection/atom:title[@type]", this.
preserveAttributeExtensions
);
514
this.
preserveAttributeExtensions
,
577
if (this.
preserveAttributeExtensions
)
662
if (this.
preserveAttributeExtensions
)
685
result.Title = Atom10FeedFormatter.ReadTextContentFrom(reader, "//app:service/app:workspace/atom:title[@type]", this.
preserveAttributeExtensions
);