Base:
property
Version
System.ServiceModel.Syndication.ServiceDocumentFormatter.Version
14 references to Version
System.ServiceModel (14)
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (14)
472if (!TryParseAttribute(name, ns, val, result, this.Version)) 512this.Version, 521else if (!TryParseElement(reader, result, this.Version)) 575if (!TryParseAttribute(name, ns, val, result, this.Version)) 603else if (!TryParseElement(reader, result, this.Version)) 660if (!TryParseAttribute(name, ns, val, result, this.Version)) 691else if (!TryParseElement(reader, result, this.Version)) 730WriteAttributeExtensions(writer, collection, this.Version); 741WriteCategories(writer, collection.Categories[i], baseUri, this.Version); 743WriteElementExtensions(writer, collection, this.Version); 760WriteAttributeExtensions(writer, this.Document, this.Version); 766WriteElementExtensions(writer, this.Document, this.Version); 778WriteAttributeExtensions(writer, workspace, this.Version); 787WriteElementExtensions(writer, workspace, this.Version);