3 references to LengthTag
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (3)
23
private static readonly XmlQualifiedName s_atom10Length = new XmlQualifiedName(Atom10Constants.
LengthTag
, string.Empty);
482
writer.WriteAttributeString(Atom10Constants.
LengthTag
, link.Length.ToString(CultureInfo.InvariantCulture));
932
else if (reader.LocalName == Atom10Constants.
LengthTag
&& reader.NamespaceURI == string.Empty)