6 references to Load
System.Data.Services.Client (1)
System\Data\Services\Client\AtomParser.cs (1)
177XElement element = XElement.Load(reader.ReadSubtree(), LoadOptions.None);
System.Xml.Linq (5)
System\Xml\Linq\XLinq.cs (5)
3907return Load(r, options); 3951return Load(r, options); 3994return Load(r, options); 4011return Load(reader, LoadOptions.None); 4085return Load(r, options);