176 references to WriteAttributeString
PresentationFramework (13)
src\Framework\System\Windows\Annotations\Annotation.cs (2)
217writer.WriteAttributeString(AnnotationXmlConstants.Prefixes.XmlnsPrefix, AnnotationXmlConstants.Prefixes.CoreSchemaPrefix, null, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace); 221writer.WriteAttributeString(AnnotationXmlConstants.Prefixes.XmlnsPrefix, AnnotationXmlConstants.Prefixes.BaseSchemaPrefix, null, AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
src\Framework\System\Windows\Annotations\AnnotationResource.cs (1)
140writer.WriteAttributeString(AnnotationXmlConstants.Prefixes.XmlnsPrefix, AnnotationXmlConstants.Prefixes.CoreSchemaPrefix, null, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
src\Framework\System\Windows\Annotations\LocatorGroup.cs (1)
121writer.WriteAttributeString(AnnotationXmlConstants.Prefixes.XmlnsPrefix, AnnotationXmlConstants.Prefixes.CoreSchemaPrefix, null, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
src\Framework\System\Windows\Annotations\LocatorPartList.cs (2)
180writer.WriteAttributeString(AnnotationXmlConstants.Prefixes.XmlnsPrefix, AnnotationXmlConstants.Prefixes.CoreSchemaPrefix, null, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace); 185writer.WriteAttributeString(AnnotationXmlConstants.Prefixes.XmlnsPrefix, AnnotationXmlConstants.Prefixes.BaseSchemaPrefix, null, AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (7)
553_writer.WriteAttributeString(scope.GetPrefixOf(NamespaceCache.XamlNamespace), "Key", NamespaceCache.XamlNamespace, property.StringValue); 573_writer.WriteAttributeString(scope.GetPrefixOf(xamlUri), dependencyProperty.Name, xamlUri, property.StringValue); 590_writer.WriteAttributeString(propertyPrefix, localName, typeUri, property.StringValue); 600_writer.WriteAttributeString("xml", "lang", NamespaceCache.XmlNamespace, property.StringValue); 605_writer.WriteAttributeString(scope.GetPrefixOf(xamlUri), property.PropertyDescriptor.Name, xamlUri, property.StringValue); 646_writer.WriteAttributeString("xmlns", mapping.Prefix, NamespaceCache.XmlnsNamespace, mapping.Uri); 656_writer.WriteAttributeString("xml", "space", NamespaceCache.XmlNamespace, "preserve");
System.Data (49)
fx\src\data\System\Data\SQLTypes\SQLBinary.cs (1)
503writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
fx\src\data\System\Data\SQLTypes\SQLBoolean.cs (1)
585writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
fx\src\data\System\Data\SQLTypes\SQLByte.cs (1)
586writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
fx\src\data\System\Data\SQLTypes\SQLBytes.cs (1)
553 writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
fx\src\data\System\Data\SQLTypes\SQLChars.cs (1)
540 writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
fx\src\data\System\Data\SQLTypes\SQLDateTime.cs (1)
655writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
fx\src\data\System\Data\SQLTypes\SQLDecimal.cs (1)
3281writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
fx\src\data\System\Data\SQLTypes\SQLDouble.cs (1)
506writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
fx\src\data\System\Data\SQLTypes\SQLGuid.cs (1)
381writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
fx\src\data\System\Data\SQLTypes\SQLInt16.cs (1)
595writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
fx\src\data\System\Data\SQLTypes\SQLInt32.cs (1)
607writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
fx\src\data\System\Data\SQLTypes\SQLInt64.cs (1)
661writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
fx\src\data\System\Data\SQLTypes\SQLMoney.cs (1)
648writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
fx\src\data\System\Data\SQLTypes\SQLSingle.cs (1)
510writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
fx\src\data\System\Data\SQLTypes\SQLString.cs (1)
1023writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
fx\src\data\System\Data\SQLTypes\SqlXml.cs (1)
243 writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
fx\src\data\System\Data\xmlsaver.cs (32)
965xw.WriteAttributeString(Keywords.MSD, Keywords.MSD_SCHEMASERIALIZATIONMODE, Keywords.MSDNS, Keywords.MSD_EXCLUDESCHEMA); 2040_xmlw.WriteAttributeString(Keywords.XMLNS, Keywords.MSD, null, Keywords.MSDNS); 2114_xmlw.WriteAttributeString( Keywords.DFF, Keywords.DIFFID, Keywords.DFFNS, row.Table.TableName+row.rowID.ToString(CultureInfo.InvariantCulture)); 2115_xmlw.WriteAttributeString( Keywords.DFF, Keywords.MSD_ERROR, Keywords.DFFNS, row.RowError); 2135_xmlw.WriteAttributeString( Keywords.DFF, Keywords.DIFFID, Keywords.DFFNS, row.Table.TableName+row.rowID.ToString(CultureInfo.InvariantCulture)); 2142_xmlw.WriteAttributeString( Keywords.DFF, Keywords.MSD_ERROR, Keywords.DFFNS, error); 2184_xmlw.WriteAttributeString( Keywords.DFF, Keywords.DIFFID, Keywords.DFFNS, rowIDString); 2187_xmlw.WriteAttributeString( Keywords.DFF, Keywords.HASERRORS, Keywords.DFFNS, Keywords.TRUE); 2190_xmlw.WriteAttributeString( Keywords.DFF, Keywords.DIFFPID, Keywords.DFFNS, parentId); 2192_xmlw.WriteAttributeString( Keywords.MSD, Keywords.ROWORDER, Keywords.MSDNS, rowsOrder[row].ToString()); 2212_xmlw.WriteAttributeString(Keywords.XSI, Keywords.XSI_NIL, Keywords.XSINS, Keywords.TRUE); 2220_xmlw.WriteAttributeString(colPrefix, col.EncodedColumnName, col.Namespace, value); 2224_xmlw.WriteAttributeString(Keywords.MSD, "hidden"+col.EncodedColumnName, Keywords.MSDNS, value); 2244_xmlw.WriteAttributeString(Keywords.XML, Keywords.SPACE, Keywords.XML_XMLNS, Keywords.PRESERVE); 2254_xmlw.WriteAttributeString(Keywords.MSD, Keywords.MSD_INSTANCETYPE, Keywords.MSDNS, DataStorage.GetQualifiedName(valuesType)); 2275_xmlw.WriteAttributeString(Keywords.MSD, Keywords.MSD_INSTANCETYPE, Keywords.MSDNS, valuesType.FullName); 2278_xmlw.WriteAttributeString(Keywords.MSD, Keywords.MSD_INSTANCETYPE, Keywords.MSDNS, Keywords.TYPEINSTANCE); 2282_xmlw.WriteAttributeString(Keywords.XSI, Keywords.TYPE, Keywords.XSINS, xsdTypeName); 2489_xmlw.WriteAttributeString(Keywords.XMLNS, Keywords.XSI, Keywords.XSD_XMLNS_NS, Keywords.XSINS); 2545_xmlw.WriteAttributeString( Keywords.DFF, Keywords.DIFFID, Keywords.DFFNS, row.Table.TableName+row.rowID.ToString(CultureInfo.InvariantCulture)); 2547_xmlw.WriteAttributeString( Keywords.MSD, Keywords.ROWORDER, Keywords.MSDNS, rowsOrder[row].ToString()); 2550_xmlw.WriteAttributeString( Keywords.DFF, Keywords.HASCHANGES, Keywords.DFFNS, Keywords.INSERTED); 2553_xmlw.WriteAttributeString( Keywords.DFF, Keywords.HASCHANGES, Keywords.DFFNS, Keywords.MODIFIED); 2557_xmlw.WriteAttributeString( Keywords.DFF, Keywords.HASERRORS, Keywords.DFFNS, Keywords.TRUE); 2574_xmlw.WriteAttributeString(colPrefix, col.EncodedColumnName, col.Namespace, col.ConvertObjectToXml(value)); 2587_xmlw.WriteAttributeString(Keywords.MSD, "hidden"+col.EncodedColumnName, Keywords.MSDNS, col.ConvertObjectToXml(value)); 2601_xmlw.WriteAttributeString(Keywords.XSI, Keywords.XSI_NIL, Keywords.XSINS, Keywords.TRUE); 2617_xmlw.WriteAttributeString(Keywords.XML, Keywords.SPACE, Keywords.XML_XMLNS, Keywords.PRESERVE); 2627_xmlw.WriteAttributeString(Keywords.MSD, Keywords.MSD_INSTANCETYPE, Keywords.MSDNS, DataStorage.GetQualifiedName(valuesType)); 2646_xmlw.WriteAttributeString(Keywords.MSD, Keywords.MSD_INSTANCETYPE, Keywords.MSDNS, valuesType.FullName); 2649_xmlw.WriteAttributeString(Keywords.MSD, Keywords.MSD_INSTANCETYPE, Keywords.MSDNS, Keywords.TYPEINSTANCE); 2653_xmlw.WriteAttributeString(Keywords.XSI, Keywords.TYPE, Keywords.XSINS, xsdTypeName);
fx\src\data\System\NewXml\XmlBoundElement.cs (1)
242w.WriteAttributeString( "xmlns", "xsi", "http://www.w3.org/2000/xmlns/", Keywords.XSINS );
System.Data.Entity.Design (1)
System\Data\Entity\Design\Common\MetadataItemSerializer.cs (1)
664_writer.WriteAttributeString("xmlns", xmlPrefixToNamespace.Key, null, xmlPrefixToNamespace.Value);
System.Data.Services (12)
System\Data\Services\Epm\EpmCustomContentSerializer.cs (1)
134currentContent.XmlContentWriter.WriteAttributeString(
System\Data\Services\ErrorHandler.cs (1)
468writer.WriteAttributeString(
System\Data\Services\Serializers\AtomServiceDocumentSerializer.cs (3)
99this.Writer.WriteAttributeString(XmlConstants.XmlNamespacePrefix, XmlConstants.XmlBaseAttributeName, null, this.BaseUri.AbsoluteUri); 100this.Writer.WriteAttributeString(XmlConstants.XmlnsNamespacePrefix, AtomNamespacePrefix, null, XmlConstants.AtomNamespace); 101this.Writer.WriteAttributeString(XmlConstants.XmlnsNamespacePrefix, AppNamespacePrefix, null, XmlConstants.AppNamespace);
System\Data\Services\Serializers\DictionaryContent.cs (1)
145writer.WriteAttributeString(XmlConstants.XmlnsNamespacePrefix, XmlConstants.DataWebNamespacePrefix, null, XmlConstants.DataWebNamespace);
System\Data\Services\Serializers\MetadataSerializer.cs (5)
109writer.WriteAttributeString(XmlConstants.XmlnsNamespacePrefix, XmlConstants.DataWebMetadataNamespacePrefix, null, XmlConstants.DataWebMetadataNamespace); 110writer.WriteAttributeString(XmlConstants.DataWebMetadataNamespacePrefix, XmlConstants.HttpDataServiceVersion, XmlConstants.DataWebMetadataNamespace, dataServiceVersion); 123writer.WriteAttributeString(XmlConstants.XmlnsNamespacePrefix, XmlConstants.DataWebNamespacePrefix, null, XmlConstants.DataWebNamespace); 124writer.WriteAttributeString(XmlConstants.XmlnsNamespacePrefix, XmlConstants.DataWebMetadataNamespacePrefix, null, XmlConstants.DataWebMetadataNamespace); 136writer.WriteAttributeString(XmlConstants.DataWebMetadataNamespacePrefix, name, XmlConstants.DataWebMetadataNamespace, value);
System\Data\Services\WebUtil.cs (1)
1671writer.WriteAttributeString(
System.Data.Services.Client (1)
parent\Server\System\Data\Services\Epm\EpmCustomContentSerializer.cs (1)
134currentContent.XmlContentWriter.WriteAttributeString(
System.Data.SqlXml (4)
System\Xml\Xsl\Runtime\XmlRawWriterWrapper.cs (2)
191this.wrapped.WriteAttributeString(string.Empty, "xmlns", XmlReservedNs.NsXmlNs, ns); 193this.wrapped.WriteAttributeString("xmlns", prefix, XmlReservedNs.NsXmlNs, ns);
System\Xml\Xsl\XsltOld\NavigatorOutput.cs (1)
51wr.WriteAttributeString( attrInfo.Prefix, attrInfo.LocalName, attrInfo.NamespaceURI, attrInfo.Value );
System\Xml\Xsl\XsltOld\WriterOutput.cs (1)
97this.writer.WriteAttributeString(attribute.Prefix, attribute.LocalName, attribute.NamespaceURI, attribute.Value);
System.IdentityModel (13)
System\IdentityModel\DelegatingXmlDictionaryWriter.cs (1)
408_tracingWriter.WriteAttributeString(prefix, String.Empty, namespaceUri, String.Empty);
System\IdentityModel\Metadata\MetadataSerializer.cs (6)
1914writer.WriteAttributeString("xsi", "type", XmlSchema.InstanceNamespace, FederationMetadataConstants.Prefix + ":" + FederationMetadataConstants.Elements.ApplicationServiceType); 1916writer.WriteAttributeString("xmlns", FederationMetadataConstants.Prefix, null, FederationMetadataConstants.Namespace); 2543writer.WriteAttributeString(LanguagePrefix, LanguageLocalName, LanguageNamespaceUri, name.Language.Name); 2580writer.WriteAttributeString(LanguagePrefix, LanguageLocalName, LanguageNamespaceUri, uri.Language.Name); 2873writer.WriteAttributeString("xsi", "type", XmlSchema.InstanceNamespace, FederationMetadataConstants.Prefix + ":" + FederationMetadataConstants.Elements.SecurityTokenServiceType); 2875writer.WriteAttributeString("xmlns", FederationMetadataConstants.Prefix, null, FederationMetadataConstants.Namespace);
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (1)
932writer.WriteAttributeString("xmlns", prefix, null, ns);
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
3246writer.WriteAttributeString("xmlns", ProductConstants.ClaimValueTypeSerializationPrefix, null, xsiTypePrefix);
System\IdentityModel\Tokens\SamlAuthorityBinding.cs (1)
186writer.WriteAttributeString(String.Empty, dictionary.NamespaceAttributePrefix.Value, null, this.authorityKind.Namespace);
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (2)
2807writer.WriteAttributeString("xmlns", ProductConstants.ClaimValueTypeSerializationPrefix, null, xsiTypePrefix); 3068writer.WriteAttributeString(String.Empty, SamlConstants.AttributeNames.NamespaceAttributePrefix, null, authorityBinding.AuthorityKind.Namespace);
System\IdentityModel\WrappedReader.cs (1)
610writer.WriteAttributeString(this.Prefix, this.LocalName, this.NamespaceUri, this.Value);
System.Runtime.Serialization (8)
System\Runtime\Serialization\Json\ByteArrayHelperWithString.cs (2)
19writer.WriteAttributeString(string.Empty, JsonGlobals.typeString, string.Empty, JsonGlobals.arrayString); 23writer.WriteAttributeString(string.Empty, JsonGlobals.typeString, string.Empty, JsonGlobals.numberString);
System\Runtime\Serialization\XmlWriterDelegator.cs (3)
86writer.WriteAttributeString("xmlns", String.Empty, null, ns); 98writer.WriteAttributeString("xmlns", prefix, null, ns); 113writer.WriteAttributeString("xmlns", prefix, null, ns.Value);
System\Xml\XmlDictionaryWriter.cs (3)
151WriteAttributeString("xmlns", prefix, null, namespaceUri); 161WriteAttributeString("xml", localName, null, value); 1391WriteAttributeString("xmlns", prefix, null, namespaceUri);
System.ServiceModel (24)
System\ServiceModel\Channels\MessageFault.cs (6)
311writer.WriteAttributeString("xml", "lang", XmlUtil.XmlNs, text.XmlLang); 344writer.WriteAttributeString("xmlns", "a", XmlUtil.XmlNsNs, ns); 384writer.WriteAttributeString("xmlns", "a", XmlUtil.XmlNsNs, ns); 390writer.WriteAttributeString("xml", "lang", XmlUtil.XmlNs, translation.XmlLang); 568writer.WriteAttributeString(r.Prefix, r.LocalName, r.NamespaceURI, r.Value); 596writer.WriteAttributeString(r.Prefix, r.LocalName, r.NamespaceURI, r.Value);
System\ServiceModel\Configuration\XPathMessageFilterElement.cs (1)
55tempWriter.WriteAttributeString(attributeName[0], attributeName[1], null, reader.Value);
System\ServiceModel\Description\WsdlExporter.cs (2)
608xw.WriteAttributeString("xmlns", MetadataStrings.Addressing10.Prefix, null, MetadataStrings.Addressing10.NamespaceUri); 612xw.WriteAttributeString("xmlns", MetadataStrings.Addressing200408.Prefix, null, MetadataStrings.Addressing200408.NamespaceUri);
System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (2)
267writer.WriteAttributeString("xmlns", "xsi", null, XmlSchema.InstanceNamespace); 268writer.WriteAttributeString("xmlns", "xsd", null, XmlSchema.Namespace);
System\ServiceModel\Dispatcher\XPathMessageFilter.cs (1)
684writer.WriteAttributeString("xmlns", prefixMap[prefix], null, this.namespaces.LookupNamespace(prefix));
System\ServiceModel\Security\ReceiveSecurityHeader.cs (1)
599writer.WriteAttributeString(attributes[i].Prefix, attributes[i].LocalName, attributes[i].NamespaceUri, attributes[i].Value);
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (4)
484writer.WriteAttributeString("xml", "base", XmlNs, FeedUtils.GetUriString(baseUriToWrite)); 1218writer.WriteAttributeString("xml", "lang", XmlNs, feed.Language); 1222writer.WriteAttributeString("xml", "base", XmlNs, FeedUtils.GetUriString(feed.BaseUri)); 1269dictWriter.WriteAttributeString("xml", "base", XmlNs, FeedUtils.GetUriString(baseUriToWrite));
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (2)
438writer.WriteAttributeString("xml", "base", Atom10FeedFormatter.XmlNs, FeedUtils.GetUriString(baseUri)); 443writer.WriteAttributeString("xml", "lang", Atom10FeedFormatter.XmlNs, lang);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (5)
1058writer.WriteAttributeString("xml", "base", Atom10FeedFormatter.XmlNs, FeedUtils.GetUriString(baseUriToWrite)); 1089writer.WriteAttributeString("xmlns", Atom10Constants.Atom10Prefix, null, Atom10Constants.Atom10Namespace); 1095writer.WriteAttributeString("xml", "base", Atom10FeedFormatter.XmlNs, FeedUtils.GetUriString(this.Feed.BaseUri)); 1226writer.WriteAttributeString("xml", "base", Atom10FeedFormatter.XmlNs, FeedUtils.GetUriString(baseUriToWrite)); 1435writer.WriteAttributeString("xml", "base", Atom10FeedFormatter.XmlNs, FeedUtils.GetUriString(baseUriToWrite));
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\SerializationUtility.cs (2)
128writer.WriteAttributeString("xmlns", string.Empty, null, string.Empty); 140writer.WriteAttributeString("xmlns", prefix, null, qname.Namespace);
System.ServiceModel.Web (8)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (8)
194context.writer.WriteAttributeString("i", XmlSchemaInstanceNil, XmlSchemaInstanceNamespace, "true"); 246context.writer.WriteAttributeString(XmlNamespacePrefix, prefix, null, contentElement.QualifiedName.Namespace); 250context.writer.WriteAttributeString("i", XmlSchemaInstanceType, XmlSchemaInstanceNamespace, value); 298context.writer.WriteAttributeString("i", XmlSchemaInstanceNil, XmlSchemaInstanceNamespace, "true"); 331context.writer.WriteAttributeString("i", XmlSchemaInstanceNil, XmlSchemaInstanceNamespace, "true"); 479context.writer.WriteAttributeString(string.Empty, JsonGlobals.typeString, string.Empty, JsonGlobals.numberString); 496context.writer.WriteAttributeString(string.Empty, JsonGlobals.typeString, string.Empty, JsonGlobals.arrayString); 500context.writer.WriteAttributeString(string.Empty, JsonGlobals.typeString, string.Empty, JsonGlobals.numberString);
System.Web.Services (24)
System\Web\Services\Protocols\Soap11ServerProtocol.cs (5)
96writer.WriteAttributeString("xmlns", Soap.Prefix, null, Soap.Namespace); 97writer.WriteAttributeString("xmlns", "xsi", null, XmlSchema.InstanceNamespace); 98writer.WriteAttributeString("xmlns", "xsd", null, XmlSchema.Namespace); 109writer.WriteAttributeString("xmlns", "q0", null, code.Namespace); 115writer.WriteAttributeString("xml", Soap.Attribute.Lang, Soap.XmlNamespace, soapException.Lang);
System\Web\Services\Protocols\Soap12ServerProtocol.cs (4)
115writer.WriteAttributeString("xmlns", Soap.Prefix, null, Soap12.Namespace); 116writer.WriteAttributeString("xmlns", "xsi", null, XmlSchema.InstanceNamespace); 117writer.WriteAttributeString("xmlns", "xsd", null, XmlSchema.Namespace); 167writer.WriteAttributeString("xmlns", "q0", null, code.Namespace);
System\Web\Services\Protocols\SoapClientProtocol.cs (7)
560writer.WriteAttributeString("xmlns", Soap.Prefix, null, envelopeNs); 562writer.WriteAttributeString("xmlns", "soapenc", null, encodingNs); 563writer.WriteAttributeString("xmlns", "tns", null, clientType.serviceNamespace); 564writer.WriteAttributeString("xmlns", "types", null, SoapReflector.GetEncodedNamespace(clientType.serviceNamespace, clientType.serviceDefaultIsEncoded)); 566writer.WriteAttributeString("xmlns", "xsi", null, XmlSchema.InstanceNamespace); 567writer.WriteAttributeString("xmlns", "xsd", null, XmlSchema.Namespace); 571writer.WriteAttributeString("soap", Soap.Attribute.EncodingStyle, null, encodingNs);
System\Web\Services\Protocols\SoapServerProtocol.cs (8)
691writer.WriteAttributeString("xmlns", "soap", null, helper.EnvelopeNs); 693writer.WriteAttributeString("xmlns", "soapenc", null, helper.EncodingNs); 694writer.WriteAttributeString("xmlns", "tns", null, serverType.serviceNamespace); 695writer.WriteAttributeString("xmlns", "types", null, SoapReflector.GetEncodedNamespace(serverType.serviceNamespace, serverType.serviceDefaultIsEncoded)); 698writer.WriteAttributeString("xmlns", "rpc", null, Soap12.RpcNamespace); 700writer.WriteAttributeString("xmlns", "xsi", null, XmlSchema.InstanceNamespace); 701writer.WriteAttributeString("xmlns", "xsd", null, XmlSchema.Namespace); 705writer.WriteAttributeString("soap", Soap.Attribute.EncodingStyle, null, helper.EncodingNs);
System.Windows.Forms (1)
winforms\Managed\System\Resources\ResXResourceWriter.cs (1)
581Writer.WriteAttributeString("xml", "space", null, "preserve");
System.Workflow.ComponentModel (3)
AuthoringOM\Design\ActivityDesignerLayoutSerializers.cs (1)
30writer.WriteAttributeString("xmlns", prefix, null, xmlQualifiedName.Namespace);
AuthoringOM\Serializer\ActivityMarkupSerializer.cs (1)
89writer.WriteAttributeString(StandardXomlKeys.Definitions_XmlNs_Prefix, StandardXomlKeys.Definitions_Class_LocalName, StandardXomlKeys.Definitions_XmlNs, className);
AuthoringOM\Serializer\CompositeActivityMarkupSerializer.cs (1)
35writer.WriteAttributeString("xmlns", prefix, null, xmlQualifiedName.Namespace);
System.Xml (10)
System\Xml\Core\XmlEventCache.cs (1)
217writer.WriteAttributeString("xmlns", page[idxEvent].String1, XmlReservedNs.NsXmlNs, page[idxEvent].String2);
System\Xml\Core\XmlWriter.cs (2)
588WriteAttributeString(string.Empty, "xmlns", XmlReservedNs.NsXmlNs, ns); 591WriteAttributeString("xmlns", prefix, XmlReservedNs.NsXmlNs, ns);
System\Xml\Serialization\XmlSerializationWriter.cs (3)
844w.WriteAttributeString(prefix, localName, ns, value); 852w.WriteAttributeString(prefix, localName.Substring(colon+1), ns, value); 904w.WriteAttributeString(prefix, localName, null, value);
System\Xml\XPath\XPathNavigator.cs (4)
1806writer.WriteAttributeString( "", "xmlns", xmlnsUri, reader.Value ); 1810writer.WriteAttributeString( "xmlns", reader.LocalName, xmlnsUri, reader.Value ); 1862writer.WriteAttributeString( "", "xmlns", xmlnsUri, reader.Value ); 1866writer.WriteAttributeString( "xmlns", reader.LocalName, xmlnsUri, reader.Value );
System.Xml.Linq (3)
System\Xml\Linq\XLinq.cs (3)
5245writer.WriteAttributeString(GetPrefixOfNamespace(ns, false), localName, namespaceName.Length == 0 && localName == "xmlns" ? XNamespace.xmlnsPrefixNamespace : namespaceName, a.Value); 6711w.WriteAttributeString(GetPrefixOfNamespace(name.Namespace), name.LocalName, name.NamespaceName, value); 7419writer.WriteAttributeString(GetPrefixOfNamespace(ns, false), localName, namespaceName.Length == 0 && localName == "xmlns" ? XNamespace.xmlnsPrefixNamespace : namespaceName, a.Value);