42 references to XmlDocument
dotnet-svcutil-lib (42)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (1)
1092return new XmlDocument();
FrameworkFork\Microsoft.Xml\Xml\schema\Parser.cs (1)
50_dummyDocument = new XmlDocument();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (1)
569get { if (_document == null) _document = new XmlDocument(); return _document; }
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaExporter.cs (1)
93if (_document == null) _document = new XmlDocument();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (1)
1233XmlDocument d = new XmlDocument();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationReader.cs (1)
910XmlDocument doc = new XmlDocument();
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (1)
543XmlDocument xmlDoc = new XmlDocument();
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlSerializableServices.cs (1)
19XmlDocument doc = new XmlDocument();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextBindingElementPolicy.cs (1)
32s_document = new XmlDocument();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MtomMessageEncodingBindingElement.cs (1)
202XmlDocument document = new XmlDocument();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OneWayBindingElement.cs (1)
175XmlDocument doc = new XmlDocument();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\PrivacyNoticeBindingElement.cs (1)
87XmlDocument doc = new XmlDocument();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ReliableSessionBindingElement.cs (1)
347XmlDocument doc = new XmlDocument();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SslStreamSecurityBindingElement.cs (1)
165XmlDocument document = new XmlDocument();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UseManagedPresentationBindingElement.cs (1)
44XmlDocument doc = new XmlDocument();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WindowsStreamSecurityBindingElement.cs (1)
130XmlDocument document = new XmlDocument();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (1)
669XmlDocument doc = new XmlDocument();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataReference.cs (1)
23private static XmlDocument s_document = new XmlDocument();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataSection.cs (1)
25private static XmlDocument s_xmlDocument = new XmlDocument();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (1)
23s_xmlDocument = new XmlDocument();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
299XmlDocument doc = new XmlDocument();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (2)
88XmlDocument doc = new XmlDocument(); 156xmlDoc = new XmlDocument();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedKey.cs (1)
231XmlDocument doc = new XmlDocument();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (1)
329XmlDocument doc = new XmlDocument();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (1)
21public static XmlDocument doc = new XmlDocument();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrust.cs (11)
690XmlDocument doc = new XmlDocument(); 739XmlDocument doc = new XmlDocument(); 758XmlDocument doc = new XmlDocument(); 787XmlDocument doc = new XmlDocument(); 804XmlDocument doc = new XmlDocument(); 830XmlDocument doc = new XmlDocument(); 848XmlDocument doc = new XmlDocument(); 861XmlDocument doc = new XmlDocument(); 884XmlDocument doc = new XmlDocument(); 897XmlDocument doc = new XmlDocument(); 938XmlDocument doc = new XmlDocument();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustDec2005.cs (2)
73XmlDocument doc = new XmlDocument(); 164XmlDocument doc = new XmlDocument();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
717_parent = new XmlDocument();
Metadata\MetadataDocumentLoader.cs (2)
411var doc = new XmlNS.XmlDocument(); 420var doc = new XmlNS.XmlDocument();