60 references to InstanceNamespace
System.Data (32)
fx\src\data\System\Data\SQLTypes\SQLBinary.cs (2)
474string isNull = reader.GetAttribute("nil", XmlSchema.InstanceNamespace); 503writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
fx\src\data\System\Data\SQLTypes\SQLBoolean.cs (2)
569string isNull = reader.GetAttribute("nil", XmlSchema.InstanceNamespace); 585writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
fx\src\data\System\Data\SQLTypes\SQLByte.cs (2)
569string isNull = reader.GetAttribute("nil", XmlSchema.InstanceNamespace); 586writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
fx\src\data\System\Data\SQLTypes\SQLBytes.cs (2)
527 string isNull = r.GetAttribute("nil", XmlSchema.InstanceNamespace); 553 writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
fx\src\data\System\Data\SQLTypes\SQLChars.cs (2)
525 string isNull = r.GetAttribute("nil", XmlSchema.InstanceNamespace); 540 writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
fx\src\data\System\Data\SQLTypes\SQLDateTime.cs (2)
626string isNull = reader.GetAttribute("nil", XmlSchema.InstanceNamespace); 655writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
fx\src\data\System\Data\SQLTypes\SQLDecimal.cs (2)
3257string isNull = reader.GetAttribute("nil", XmlSchema.InstanceNamespace); 3281writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
fx\src\data\System\Data\SQLTypes\SQLDouble.cs (2)
489string isNull = reader.GetAttribute("nil", XmlSchema.InstanceNamespace); 506writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
fx\src\data\System\Data\SQLTypes\SQLGuid.cs (2)
365string isNull = reader.GetAttribute("nil", XmlSchema.InstanceNamespace); 381writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
fx\src\data\System\Data\SQLTypes\SQLInt16.cs (2)
578string isNull = reader.GetAttribute("nil", XmlSchema.InstanceNamespace); 595writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
fx\src\data\System\Data\SQLTypes\SQLInt32.cs (2)
590string isNull = reader.GetAttribute("nil", XmlSchema.InstanceNamespace); 607writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
fx\src\data\System\Data\SQLTypes\SQLInt64.cs (2)
644string isNull = reader.GetAttribute("nil", XmlSchema.InstanceNamespace); 661writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
fx\src\data\System\Data\SQLTypes\SQLMoney.cs (2)
630string isNull = reader.GetAttribute("nil", XmlSchema.InstanceNamespace); 648writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
fx\src\data\System\Data\SQLTypes\SQLSingle.cs (2)
493string isNull = reader.GetAttribute("nil", XmlSchema.InstanceNamespace); 510writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
fx\src\data\System\Data\SQLTypes\SQLString.cs (2)
1006string isNull = reader.GetAttribute("nil", XmlSchema.InstanceNamespace); 1023writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
fx\src\data\System\Data\SQLTypes\SqlXml.cs (2)
218 string isNull = r.GetAttribute("nil", XmlSchema.InstanceNamespace); 243 writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
System.IdentityModel (12)
System\IdentityModel\Metadata\MetadataSerializer.cs (4)
738string xsiType = reader.GetAttribute("type", XmlSchema.InstanceNamespace); 1914writer.WriteAttributeString("xsi", "type", XmlSchema.InstanceNamespace, FederationMetadataConstants.Prefix + ":" + FederationMetadataConstants.Elements.ApplicationServiceType); 2873writer.WriteAttributeString("xsi", "type", XmlSchema.InstanceNamespace, FederationMetadataConstants.Prefix + ":" + FederationMetadataConstants.Elements.SecurityTokenServiceType); 3315writer.WriteAttributeString("nil", XmlSchema.InstanceNamespace, XmlConvert.ToString(true));
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (4)
3046string attributeValueXsiTypeSuffixWithLocalPrefix = reader.GetAttribute("type", XmlSchema.InstanceNamespace); 3240writer.WriteAttributeString("nil", XmlSchema.InstanceNamespace, XmlConvert.ToString(true)); 3247writer.WriteAttributeString("type", XmlSchema.InstanceNamespace, String.Concat(ProductConstants.ClaimValueTypeSerializationPrefixWithColon, xsiTypeSuffix)); 5387writer.WriteAttributeString("type", XmlSchema.InstanceNamespace, Saml2Constants.Types.KeyInfoConfirmationDataType);
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (2)
2643string attributeValueXsiTypeSuffixWithLocalPrefix = reader.GetAttribute("type", XmlSchema.InstanceNamespace); 2808writer.WriteAttributeString("type", XmlSchema.InstanceNamespace, String.Concat(ProductConstants.ClaimValueTypeSerializationPrefixWithColon, xsiTypeSuffix));
System\IdentityModel\XmlUtil.cs (2)
127string xsiType = reader.GetAttribute("type", XmlSchema.InstanceNamespace); 147string xsiNil = reader.GetAttribute("nil", XmlSchema.InstanceNamespace);
System.Runtime.Serialization (1)
System\Runtime\Serialization\Globals.cs (1)
1162public const string SchemaInstanceNamespace = XmlSchema.InstanceNamespace;
System.ServiceModel (4)
System\ServiceModel\Description\SchemaHelper.cs (1)
42|| NamespacesEqual(ns, XmlSchema.InstanceNamespace))
System\ServiceModel\Dispatcher\EndpointAddressProcessor.cs (1)
21internal static readonly string XsiNs = XmlSchema.InstanceNamespace;
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (1)
61xsiNilNamespace = dictionary.Add(System.Xml.Schema.XmlSchema.InstanceNamespace);
System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (1)
267writer.WriteAttributeString("xmlns", "xsi", null, XmlSchema.InstanceNamespace);
System.Web.Services (5)
System\Web\Services\Protocols\RuntimeUtils.cs (1)
79if (ns == XmlSchema.InstanceNamespace)
System\Web\Services\Protocols\Soap11ServerProtocol.cs (1)
97writer.WriteAttributeString("xmlns", "xsi", null, XmlSchema.InstanceNamespace);
System\Web\Services\Protocols\Soap12ServerProtocol.cs (1)
116writer.WriteAttributeString("xmlns", "xsi", null, XmlSchema.InstanceNamespace);
System\Web\Services\Protocols\SoapClientProtocol.cs (1)
566writer.WriteAttributeString("xmlns", "xsi", null, XmlSchema.InstanceNamespace);
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
700writer.WriteAttributeString("xmlns", "xsi", null, XmlSchema.InstanceNamespace);
System.Xml (6)
System\Xml\Serialization\XmlSerializationReader.cs (1)
147instanceNsID = r.NameTable.Add(XmlSchema.InstanceNamespace);
System\Xml\Serialization\XmlSerializationWriter.cs (4)
162WriteAttribute("type", XmlSchema.InstanceNamespace, GetQualifiedName(name, ns)); 347w.WriteAttributeString("nil", XmlSchema.InstanceNamespace, "true"); 520w.WriteAttributeString("nil", XmlSchema.InstanceNamespace, "true"); 534w.WriteAttributeString("nil", XmlSchema.InstanceNamespace, "true");
System\Xml\Serialization\XmlSerializer.cs (1)
118nss.AddInternal("xsi", XmlSchema.InstanceNamespace);