7 references to Parse
System.Data.Services.Client (1)
System\Data\Services\Client\ClientConvert.cs (1)
186return (0 < propertyValue.Length ? System.Xml.Linq.XDocument.Parse(propertyValue) : new System.Xml.Linq.XDocument());
System.Xml.Linq (6)
System\Xml\Linq\XLinq.cs (6)
3840/// <see cref="XmlReader"/>. Note: Use <see cref="XDocument.Parse(string)"/> 3852/// <seealso cref="XDocument.Parse(string)"/> 5525/// <see cref="XmlReader"/>. Note: Use <see cref="XDocument.Parse(string)"/> 5527/// <seealso cref="XDocument.Parse(string)"/> 5532/// <see cref="XDocument.Parse(string)"/> to create an <see cref="XDocument"/> from 5535/// <seealso cref="XDocument.Parse(string)"/>