25 references to Load
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\ProcessLinkerXmlBase.cs (1)
64_document = XDocument.Load(xmlReader, LoadOptions.SetLineInfo).CreateNavigator();
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\ProcessLinkerXmlBase.cs (1)
64_document = XDocument.Load(xmlReader, LoadOptions.SetLineInfo).CreateNavigator();
Microsoft.Build.Tasks.Core (2)
GenerateResource.cs (1)
3053XDocument doc = XDocument.Load(xmlReader, LoadOptions.PreserveWhitespace);
ResourceHandling\MSBuildResXReader.cs (1)
33XDocument doc = XDocument.Load(xmlReader, LoadOptions.PreserveWhitespace);
Microsoft.CodeAnalysis (1)
DocumentationComments\DocumentationCommentIncludeCache.cs (1)
57var document = XDocument.Load(reader, LoadOptions.PreserveWhitespace | LoadOptions.SetLineInfo);
NuGet.Build.Tasks (2)
src\nuget-client\build\Shared\XmlUtility.cs (2)
33return XDocument.Load(xmlReader, options); 56return XDocument.Load(reader, options);
NuGet.Commands (2)
src\nuget-client\build\Shared\XmlUtility.cs (2)
33return XDocument.Load(xmlReader, options); 56return XDocument.Load(reader, options);
NuGet.Common (2)
src\nuget-client\build\Shared\XmlUtility.cs (2)
33return XDocument.Load(xmlReader, options); 56return XDocument.Load(reader, options);
NuGet.Configuration (2)
src\nuget-client\build\Shared\XmlUtility.cs (2)
33return XDocument.Load(xmlReader, options); 56return XDocument.Load(reader, options);
NuGet.PackageManagement (2)
src\nuget-client\build\Shared\XmlUtility.cs (2)
33return XDocument.Load(xmlReader, options); 56return XDocument.Load(reader, options);
NuGet.Packaging (4)
Core\NuspecCoreReaderBase.cs (1)
226return XDocument.Load(xmlReader, LoadOptions.None);
Rules\InvalidUndottedFrameworkRule.cs (1)
275return XDocument.Load(xmlReader, LoadOptions.None);
src\nuget-client\build\Shared\XmlUtility.cs (2)
33return XDocument.Load(xmlReader, options); 56return XDocument.Load(reader, options);
NuGet.Protocol (1)
LegacyFeed\V2FeedParser.cs (1)
652return XDocument.Load(xmlReader, LoadOptions.None);
System.Private.Xml.Linq (5)
System\Xml\Linq\XDocument.cs (5)
219return Load(r, options); 266return Load(r, options); 349return Load(r, options); 403return Load(reader, LoadOptions.None); 563return Load(r, options);