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