2 writes to Length
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
985
link.
Length
= length;
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
533
link.
Length
= !string.IsNullOrEmpty(val) ? Convert.ToInt64(val, CultureInfo.InvariantCulture.NumberFormat) : 0;
4 references to Length
System.ServiceModel.Syndication (4)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (2)
480
if (link.
Length
!= 0 && !link.AttributeExtensions.ContainsKey(s_atom10Length))
482
writer.WriteAttributeString(Atom10Constants.LengthTag, link.
Length
.ToString(CultureInfo.InvariantCulture));
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
1183
if (link.
Length
!= 0 && !link.AttributeExtensions.ContainsKey(s_rss20Length))
1185
writer.WriteAttributeString(Rss20Constants.LengthTag, Rss20Constants.Rss20Namespace, link.
Length
.ToString(CultureInfo.InvariantCulture));