38 references to InstanceNamespace
System.Data.Common (32)
System\Data\SQLTypes\SQLBinary.cs (2)
416
string? isNull = reader.GetAttribute("nil", XmlSchema.
InstanceNamespace
);
450
writer.WriteAttributeString("xsi", "nil", XmlSchema.
InstanceNamespace
, "true");
System\Data\SQLTypes\SQLBoolean.cs (2)
483
string? isNull = reader.GetAttribute("nil", XmlSchema.
InstanceNamespace
);
500
writer.WriteAttributeString("xsi", "nil", XmlSchema.
InstanceNamespace
, "true");
System\Data\SQLTypes\SQLByte.cs (2)
492
string? isNull = reader.GetAttribute("nil", XmlSchema.
InstanceNamespace
);
510
writer.WriteAttributeString("xsi", "nil", XmlSchema.
InstanceNamespace
, "true");
System\Data\SQLTypes\SQLBytes.cs (2)
528
string? isNull = r.GetAttribute("nil", XmlSchema.
InstanceNamespace
);
560
writer.WriteAttributeString("xsi", "nil", XmlSchema.
InstanceNamespace
, "true");
System\Data\SQLTypes\SQLChars.cs (2)
494
string? isNull = r.GetAttribute("nil", XmlSchema.
InstanceNamespace
);
513
writer.WriteAttributeString("xsi", "nil", XmlSchema.
InstanceNamespace
, "true");
System\Data\SQLTypes\SQLDateTime.cs (2)
634
string? isNull = reader.GetAttribute("nil", XmlSchema.
InstanceNamespace
);
664
writer.WriteAttributeString("xsi", "nil", XmlSchema.
InstanceNamespace
, "true");
System\Data\SQLTypes\SQLDecimal.cs (2)
3351
string? isNull = reader.GetAttribute("nil", XmlSchema.
InstanceNamespace
);
3376
writer.WriteAttributeString("xsi", "nil", XmlSchema.
InstanceNamespace
, "true");
System\Data\SQLTypes\SQLDouble.cs (2)
408
string? isNull = reader.GetAttribute("nil", XmlSchema.
InstanceNamespace
);
426
writer.WriteAttributeString("xsi", "nil", XmlSchema.
InstanceNamespace
, "true");
System\Data\SQLTypes\SQLGuid.cs (2)
297
string? isNull = reader.GetAttribute("nil", XmlSchema.
InstanceNamespace
);
314
writer.WriteAttributeString("xsi", "nil", XmlSchema.
InstanceNamespace
, "true");
System\Data\SQLTypes\SQLInt16.cs (2)
493
string? isNull = reader.GetAttribute("nil", XmlSchema.
InstanceNamespace
);
511
writer.WriteAttributeString("xsi", "nil", XmlSchema.
InstanceNamespace
, "true");
System\Data\SQLTypes\SQLInt32.cs (2)
508
string? isNull = reader.GetAttribute("nil", XmlSchema.
InstanceNamespace
);
526
writer.WriteAttributeString("xsi", "nil", XmlSchema.
InstanceNamespace
, "true");
System\Data\SQLTypes\SQLInt64.cs (2)
567
string? isNull = reader.GetAttribute("nil", XmlSchema.
InstanceNamespace
);
585
writer.WriteAttributeString("xsi", "nil", XmlSchema.
InstanceNamespace
, "true");
System\Data\SQLTypes\SQLMoney.cs (2)
564
string? isNull = reader.GetAttribute("nil", XmlSchema.
InstanceNamespace
);
583
writer.WriteAttributeString("xsi", "nil", XmlSchema.
InstanceNamespace
, "true");
System\Data\SQLTypes\SQLSingle.cs (2)
418
string? isNull = reader.GetAttribute("nil", XmlSchema.
InstanceNamespace
);
436
writer.WriteAttributeString("xsi", "nil", XmlSchema.
InstanceNamespace
, "true");
System\Data\SQLTypes\SQLString.cs (2)
924
string? isNull = reader.GetAttribute("nil", XmlSchema.
InstanceNamespace
);
942
writer.WriteAttributeString("xsi", "nil", XmlSchema.
InstanceNamespace
, "true");
System\Data\SQLTypes\SqlXml.cs (2)
210
string? isNull = r.GetAttribute("nil", XmlSchema.
InstanceNamespace
);
237
writer.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)
184
WriteAttribute("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)
152
nss.AddInternal("xsi", XmlSchema.
InstanceNamespace
);