1 write to PreserveAttributeExtensions
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\Atom10ItemFormatter.cs (1)
45_feedSerializer.PreserveAttributeExtensions = value;
8 references to PreserveAttributeExtensions
System.ServiceModel.Syndication (8)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (8)
589ReadCategory(reader, category, Version, PreserveAttributeExtensions, PreserveElementExtensions, _maxExtensionSize); 645if (PreserveAttributeExtensions) 662return ReadTextContentFromHelper(reader, type, "//atom:feed/atom:entry/atom:content[@type]", PreserveAttributeExtensions); 705if (PreserveAttributeExtensions) 819if (PreserveAttributeExtensions) 912if (PreserveAttributeExtensions) 1006if (PreserveAttributeExtensions) 1061return ReadTextContentFrom(reader, context, PreserveAttributeExtensions);