6 types derived from XmlDocument
Microsoft.Build (1)
System.Configuration.ConfigurationManager (2)
System.Data.Common (1)
System.Security.Cryptography.Xml (2)
159 instantiations of XmlDocument
ILLink.Tasks (1)
Interop.FunctionalTests (1)
Microsoft.AspNetCore.AzureAppServices.SiteExtension.Tests (1)
Microsoft.AspNetCore.DataProtection (2)
Microsoft.Build (4)
Microsoft.Build.BuildCheck.UnitTests (1)
Microsoft.Build.Engine.UnitTests (6)
Microsoft.Build.Tasks.Core (37)
Microsoft.Build.Tasks.UnitTests (6)
Microsoft.Build.UnitTests.Shared (1)
Microsoft.Build.Utilities.Core (2)
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
Microsoft.DotNet.Open.Api.Tools.Tests (3)
Microsoft.DotNet.SignCheckLibrary (1)
Microsoft.Extensions.Configuration.Xml (1)
Microsoft.Gen.Metrics (1)
Microsoft.Gen.MetricsReports (1)
Microsoft.ML.NugetPackageVersionUpdater (1)
Microsoft.Web.Xdt.Extensions.Tests (4)
PresentationBuildTasks (3)
PresentationFramework (12)
ReachFramework (2)
System.Configuration.ConfigurationManager (7)
System.Data.Common (15)
System.Private.DataContractSerialization (5)
System.Private.Xml (7)
System.Security.Cryptography.Xml (29)
System.ServiceModel.Federation.Tests (2)
System.Windows.Forms (1)
System.Windows.Forms.Analyzers (1)
518 references to XmlDocument
ILLink.Tasks (2)
Interop.FunctionalTests (1)
Microsoft.AspNetCore.AzureAppServices.SiteExtension.Tests (4)
Microsoft.AspNetCore.DataProtection (3)
Microsoft.AspNetCore.Mvc.Core.Test (1)
Microsoft.Build (23)
Microsoft.Build.BuildCheck.UnitTests (3)
Microsoft.Build.Tasks.Core (80)
BootstrapperUtil\BootstrapperBuilder.cs (6)
39private XmlDocument _document;
539var resourceDoc = new XmlDocument();
797private XmlDocument LoadAndValidateXmlDocument(string filePath, bool validateFilePresent, string schemaPath, string schemaNamespace, XmlValidationResults results)
799XmlDocument xmlDocument = null;
889XmlDocument productDoc = LoadAndValidateXmlDocument(strBaseManifestFilename, false, strBaseManifestSchemaFileName, BOOTSTRAPPER_NAMESPACE, productValidationResults);
942XmlDocument langDoc = LoadAndValidateXmlDocument(strLangManifestFilename, false, strLangManifestSchemaFileName, BOOTSTRAPPER_NAMESPACE, packageValidationResults);
ManifestUtil\mansign2.cs (18)
254internal ManifestSignedXml2(XmlDocument document)
260internal ManifestSignedXml2(XmlDocument document, bool verify)
285public override XmlElement GetIdElement(XmlDocument document, string idValue)
306private XmlDocument _manifestDom = null;
318internal SignedCmiManifest2(XmlDocument manifestDom, bool useSha256)
351XmlDocument licenseDom = null;
400private static void InsertPublisherIdentity(XmlDocument manifestDom, X509Certificate2 signerCert)
446private static void RemoveExistingSignature(XmlDocument manifestDom)
494private static void ReplacePublicKeyToken(XmlDocument manifestDom, AsymmetricAlgorithm snKey, bool useSha256)
553private static byte[] ComputeHashFromManifest(XmlDocument manifestDom, bool useSha256)
560private static byte[] ComputeHashFromManifest(XmlDocument manifestDom, bool oldFormat, bool useSha256)
613XmlDocument normalizedDom = new XmlDocument();
692private static XmlDocument CreateLicenseDom(CmiManifestSigner2 signer, XmlElement principal, byte[] hash)
694XmlDocument licenseDom = new XmlDocument();
720private static void AuthenticodeSignLicenseDom(XmlDocument licenseDom, CmiManifestSigner2 signer, string timeStampUrl, bool useSha256, bool disallowMansignTimestampFallback)
896private static void TimestampSignedLicenseDom(XmlDocument licenseDom, string timeStampUrl, bool useSha256, bool disallowMansignTimestampFallback)
959private static void StrongNameSignManifestDom(XmlDocument manifestDom, XmlDocument licenseDom, CmiManifestSigner2 signer, bool useSha256)
Microsoft.Build.Tasks.UnitTests (13)
Microsoft.Build.UnitTests.Shared (1)
Microsoft.Build.Utilities.Core (2)
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.Scripting.Desktop.UnitTests (2)
Microsoft.DotNet.Open.Api.Tools.Tests (3)
Microsoft.DotNet.SignCheckLibrary (1)
Microsoft.Extensions.Configuration.Xml (5)
Microsoft.Gen.Metrics (1)
Microsoft.Gen.MetricsReports (1)
Microsoft.ML.NugetPackageVersionUpdater (1)
Microsoft.Web.Xdt.Extensions.Tests (4)
netstandard (1)
PresentationBuildTasks (10)
Microsoft\Build\Tasks\Windows\GenerateTemporaryTargetAssembly.cs (9)
122XmlDocument xmlProjectDoc = null;
251XmlDocument xmlProjectDoc = null;
593private void RemoveEntityByName(XmlDocument xmlProjectDoc, string sItemName, string groupName)
697private void RemoveItemsByName(XmlDocument xmlProjectDoc, string sItemName)
705private void RemovePropertiesByName(XmlDocument xmlProjectDoc, string sPropertyName)
713private void AddNewItems(XmlDocument xmlProjectDoc, string sItemName, ITaskItem[] pItemList)
768private void AddNewProperties(XmlDocument xmlProjectDoc, List<(string PropertyName, string PropertyValue)> properties )
801private static void ReplaceImplicitImports(XmlDocument xmlProjectDoc)
884static XmlNode CreateImportProjectSdkNode(XmlDocument xmlProjectDoc, string projectAttributeValue, SdkReference sdkReference)
PresentationFramework (46)
ReachFramework (4)
System.Configuration.ConfigurationManager (14)
System.Data.Common (32)
System\Data\xmlsaver.cs (12)
40private XmlDocument? _dc;
545internal void SchemaTree(XmlDocument xd, XmlWriter xmlWriter, DataSet? ds, DataTable? dt, bool writeHierarchy)
943internal XmlElement SchemaTree(XmlDocument xd, DataTable dt)
1016internal XmlElement FillDataSetElement(XmlDocument xd, DataSet? ds, DataTable? dt)
1112XmlDocument doc = new XmlDocument();
1142XmlDocument doc = new XmlDocument();
1154internal XmlElement HandleRelation(DataRelation rel, XmlDocument dc)
1241internal void HandleColumnType(DataColumn col, XmlDocument dc, XmlElement root, XmlElement schema)
1423internal XmlElement HandleColumn(DataColumn col, XmlDocument dc, XmlElement schema, bool fWriteOrdinal)
1600internal XmlElement HandleTable(DataTable table, XmlDocument dc, XmlElement schema)
1727internal XmlElement HandleTable(DataTable table, XmlDocument dc, XmlElement schema, bool genNested)
2264internal XmlDocument _doc;
System.Private.DataContractSerialization (10)
System.Private.Xml (110)
System\Xml\Dom\XmlName.cs (5)
17internal XmlDocument ownerDoc;
20public static XmlName Create(string prefix, string localName, string ns, int hashCode, XmlDocument ownerDoc, XmlName next, IXmlSchemaInfo? schemaInfo)
32internal XmlName(string prefix, string localName, string ns, int hashCode, XmlDocument ownerDoc, XmlName next)
75public XmlDocument OwnerDocument
202internal XmlNameEx(string prefix, string localName, string ns, int hashCode, XmlDocument ownerDoc, XmlName next, IXmlSchemaInfo schemaInfo) : base(prefix, localName, ns, hashCode, ownerDoc, next)
System.Security.Cryptography.Xml (134)
System.Windows.Forms (1)
System.Windows.Forms.Analyzers (1)
System.Xml (1)
System.Xml.ReaderWriter (1)
System.Xml.XmlDocument (1)