1 write to PreserveAttributeExtensions
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\Atom10ItemFormatter.cs (1)
48_feedSerializer.PreserveAttributeExtensions = value;
8 references to PreserveAttributeExtensions
System.ServiceModel.Syndication (8)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (8)
619ReadCategory(reader, category, Version, PreserveAttributeExtensions, PreserveElementExtensions, _maxExtensionSize); 675if (PreserveAttributeExtensions) 692return ReadTextContentFromHelper(reader, type, "//atom:feed/atom:entry/atom:content[@type]", PreserveAttributeExtensions); 735if (PreserveAttributeExtensions) 849if (PreserveAttributeExtensions) 942if (PreserveAttributeExtensions) 1036if (PreserveAttributeExtensions) 1091return ReadTextContentFrom(reader, context, PreserveAttributeExtensions);