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