38 references to InstanceNamespace
System.Data.Common (32)
System\Data\SQLTypes\SQLBinary.cs (2)
416string? isNull = reader.GetAttribute("nil", XmlSchema.InstanceNamespace); 450writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
System\Data\SQLTypes\SQLBoolean.cs (2)
483string? isNull = reader.GetAttribute("nil", XmlSchema.InstanceNamespace); 500writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
System\Data\SQLTypes\SQLByte.cs (2)
492string? isNull = reader.GetAttribute("nil", XmlSchema.InstanceNamespace); 510writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
System\Data\SQLTypes\SQLBytes.cs (2)
528string? isNull = r.GetAttribute("nil", XmlSchema.InstanceNamespace); 560writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
System\Data\SQLTypes\SQLChars.cs (2)
494string? isNull = r.GetAttribute("nil", XmlSchema.InstanceNamespace); 513writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
System\Data\SQLTypes\SQLDateTime.cs (2)
634string? isNull = reader.GetAttribute("nil", XmlSchema.InstanceNamespace); 664writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
System\Data\SQLTypes\SQLDecimal.cs (2)
3351string? isNull = reader.GetAttribute("nil", XmlSchema.InstanceNamespace); 3376writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
System\Data\SQLTypes\SQLDouble.cs (2)
408string? isNull = reader.GetAttribute("nil", XmlSchema.InstanceNamespace); 426writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
System\Data\SQLTypes\SQLGuid.cs (2)
297string? isNull = reader.GetAttribute("nil", XmlSchema.InstanceNamespace); 314writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
System\Data\SQLTypes\SQLInt16.cs (2)
493string? isNull = reader.GetAttribute("nil", XmlSchema.InstanceNamespace); 511writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
System\Data\SQLTypes\SQLInt32.cs (2)
508string? isNull = reader.GetAttribute("nil", XmlSchema.InstanceNamespace); 526writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
System\Data\SQLTypes\SQLInt64.cs (2)
567string? isNull = reader.GetAttribute("nil", XmlSchema.InstanceNamespace); 585writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
System\Data\SQLTypes\SQLMoney.cs (2)
564string? isNull = reader.GetAttribute("nil", XmlSchema.InstanceNamespace); 583writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
System\Data\SQLTypes\SQLSingle.cs (2)
418string? isNull = reader.GetAttribute("nil", XmlSchema.InstanceNamespace); 436writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
System\Data\SQLTypes\SQLString.cs (2)
924string? isNull = reader.GetAttribute("nil", XmlSchema.InstanceNamespace); 942writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
System\Data\SQLTypes\SqlXml.cs (2)
210string? isNull = r.GetAttribute("nil", XmlSchema.InstanceNamespace); 237writer.WriteAttributeString("xsi", "nil", XmlSchema.InstanceNamespace, "true");
System.Private.Xml (6)
System\Xml\Serialization\XmlSerializationReader.cs (1)
125_instanceNsID = r.NameTable.Add(XmlSchema.InstanceNamespace);
System\Xml\Serialization\XmlSerializationWriter.cs (4)
184WriteAttribute("type", XmlSchema.InstanceNamespace, GetQualifiedName(name, ns)); 424_w.WriteAttributeString("nil", XmlSchema.InstanceNamespace, "true"); 614_w.WriteAttributeString("nil", XmlSchema.InstanceNamespace, "true"); 628_w.WriteAttributeString("nil", XmlSchema.InstanceNamespace, "true");
System\Xml\Serialization\XmlSerializer.cs (1)
152nss.AddInternal("xsi", XmlSchema.InstanceNamespace);