29 references to None
Microsoft.CodeAnalysis.Workspaces (1)
Log\WorkspaceStructureLogger.cs (1)
134
var msbuildProject = XDocument.Load(project.FilePath, LoadOptions.
None
);
NuGet.Build.Tasks (2)
src\nuget-client\build\Shared\XmlUtility.cs (2)
19
return Load(path, LoadOptions.
None
);
43
return Load(input, LoadOptions.
None
);
NuGet.Commands (2)
src\nuget-client\build\Shared\XmlUtility.cs (2)
19
return Load(path, LoadOptions.
None
);
43
return Load(input, LoadOptions.
None
);
NuGet.Common (2)
src\nuget-client\build\Shared\XmlUtility.cs (2)
19
return Load(path, LoadOptions.
None
);
43
return Load(input, LoadOptions.
None
);
NuGet.Configuration (2)
src\nuget-client\build\Shared\XmlUtility.cs (2)
19
return Load(path, LoadOptions.
None
);
43
return Load(input, LoadOptions.
None
);
NuGet.PackageManagement (2)
src\nuget-client\build\Shared\XmlUtility.cs (2)
19
return Load(path, LoadOptions.
None
);
43
return Load(input, LoadOptions.
None
);
NuGet.Packaging (4)
Core\NuspecCoreReaderBase.cs (1)
226
return XDocument.Load(xmlReader, LoadOptions.
None
);
Rules\InvalidUndottedFrameworkRule.cs (1)
275
return XDocument.Load(xmlReader, LoadOptions.
None
);
src\nuget-client\build\Shared\XmlUtility.cs (2)
19
return Load(path, LoadOptions.
None
);
43
return Load(input, LoadOptions.
None
);
NuGet.Protocol (1)
LegacyFeed\V2FeedParser.cs (1)
652
return XDocument.Load(xmlReader, LoadOptions.
None
);
System.Private.Xml.Linq (13)
System\Xml\Linq\XDocument.cs (5)
188
return Load(uri, LoadOptions.
None
);
237
return Load(stream, LoadOptions.
None
);
320
return Load(textReader, LoadOptions.
None
);
403
return Load(reader, LoadOptions.
None
);
531
return Parse(text, LoadOptions.
None
);
System\Xml\Linq\XElement.cs (8)
142
: this(r, LoadOptions.
None
)
165
await xe.ReadElementFromAsync(r, LoadOptions.
None
, cancellationToken).ConfigureAwait(false);
575
return Load(uri, LoadOptions.
None
);
625
return Load(stream, LoadOptions.
None
);
707
return Load(textReader, LoadOptions.
None
);
789
return Load(reader, LoadOptions.
None
);
876
return Parse(text, LoadOptions.
None
);
1884
ReadElementFrom(reader, LoadOptions.
None
);