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