15 references to XmlRoot
Microsoft.AspNetCore.Mvc.Formatters.Xml (3)
ProblemDetailsWrapper.cs (1)
14
[
XmlRoot
("problem", Namespace = Namespace)]
SerializableErrorWrapper.cs (1)
13
[
XmlRoot
("Error")]
ValidationProblemDetailsWrapper.cs (1)
12
[
XmlRoot
("problem", Namespace = "urn:ietf:rfc:7807")]
Microsoft.Build.Tasks.Core (4)
ManifestUtil\ApplicationManifest.cs (1)
25
[
XmlRoot
("ApplicationManifest")]
ManifestUtil\AssemblyIdentity.cs (1)
28
[
XmlRoot
("AssemblyIdentity")]
ManifestUtil\AssemblyManifest.cs (1)
17
[
XmlRoot
("AssemblyManifest")]
ManifestUtil\DeployManifest.cs (1)
60
[
XmlRoot
("DeployManifest")]
System.Data.Common (7)
System\Data\DataSet.cs (1)
31
[
XmlRoot
(nameof(DataSet))]
System\Data\XmlDataLoader.cs (2)
1216
xmlAttrib = new
XmlRootAttribute
(_dataReader.LocalName);
1221
xmlAttrib = new
XmlRootAttribute
(column.EncodedColumnName);
System\Data\XMLDiffLoader.cs (2)
409
xmlAttrib = new
XmlRootAttribute
(row.LocalName);
414
xmlAttrib = new
XmlRootAttribute
(column.EncodedColumnName);
System\Data\xmlsaver.cs (2)
2624
XmlRootAttribute xmlAttrib = new
XmlRootAttribute
(col.EncodedColumnName);
3057
XmlRootAttribute xmlAttrib = new
XmlRootAttribute
(col.EncodedColumnName);
System.Private.Xml (1)
System\Xml\Schema\XmlSchema.cs (1)
15
[
XmlRoot
("schema", Namespace = XmlSchema.Namespace)]