Base:
method
WriteTo
System.Xml.XmlNode.WriteTo(System.Xml.XmlWriter)
1 override of WriteTo
System.Data (1)
fx\src\data\System\NewXml\XmlBoundElement.cs (1)
214public override void WriteTo( XmlWriter w ) {
24 references to WriteTo
PresentationFramework (1)
src\Framework\System\Windows\Annotations\AnnotationResource.cs (1)
175content.WriteTo(writer);
System.IdentityModel (10)
System\IdentityModel\Protocols\WSTrust\EndpointReference.cs (1)
65element.WriteTo( writer );
System\IdentityModel\Protocols\WSTrust\WSTrust13RequestSerializer.cs (1)
261tokenElement.SecurityTokenXml.WriteTo(writer);
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (7)
1044tokenElement.SecurityTokenXml.WriteTo(writer); 1169token.SecurityTokenXml.WriteTo(writer); 1188token.SecurityTokenXml.WriteTo(writer); 1207token.SecurityTokenXml.WriteTo(writer); 1279tokenElement.SecurityTokenXml.WriteTo(writer); 1909requestedToken.SecurityTokenXml.WriteTo(writer); 2922tokenElement.SecurityTokenXml.WriteTo(writer);
System\IdentityModel\Tokens\WSTrust.cs (1)
163genericXmlSecurityKeyIdentifierClause.ReferenceXml.WriteTo(writer);
System.Runtime.Serialization (1)
System\Runtime\Serialization\XmlObjectSerializerWriteContext.cs (1)
477xmlElement.WriteTo(xmlSerializableWriter);
System.ServiceModel (10)
System\ServiceModel\Administration\ServiceInfo.cs (1)
137metadata.WriteTo(xmlWriter);
System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (1)
253((XmlElement)unknownHeader).WriteTo(bufferWriter);
System\ServiceModel\Security\RequestSecurityToken.cs (1)
517this.rstXml.WriteTo(writer);
System\ServiceModel\Security\RequestSecurityTokenResponse.cs (1)
594this.rstrXml.WriteTo(w);
System\ServiceModel\Security\SspiNegotiationTokenAuthenticator.cs (2)
128rst.RequestSecurityTokenXml.WriteTo(writer); 139rstr.RequestSecurityTokenResponseXml.WriteTo(writer);
System\ServiceModel\Security\SspiNegotiationTokenProvider.cs (2)
115rstr.RequestSecurityTokenResponseXml.WriteTo(writer); 137rstrClone.WriteTo(writer);
System\ServiceModel\Security\WSSecurityJan2004.cs (1)
245xmlToken.TokenXml.WriteTo(writer);
System\ServiceModel\Security\WSTrust.cs (1)
1091property.WriteTo(writer);
System.Web.Services (2)
System\Web\Services\Protocols\SoapHeader.cs (2)
350unknown.Element.WriteTo(writer); 383unknown.Element.WriteTo(writer);