8 references to Load
Microsoft.Build.Tasks.Core (2)
GenerateResource.cs (1)
3062XDocument doc = XDocument.Load(xmlReader, LoadOptions.PreserveWhitespace);
ResourceHandling\MSBuildResXReader.cs (1)
31XDocument doc = XDocument.Load(xmlReader, LoadOptions.PreserveWhitespace);
Microsoft.CodeAnalysis (1)
DocumentationComments\DocumentationCommentIncludeCache.cs (1)
57var document = XDocument.Load(reader, LoadOptions.PreserveWhitespace | LoadOptions.SetLineInfo);
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); 555return Load(r, options);