6 references to TypeOfDBNull
System.Runtime.Serialization (6)
System\Runtime\Serialization\ClassDataContract.cs (2)
345
&& DataContract.GetBuiltInDataContract(childType) == null && childType != Globals.
TypeOfDBNull
)
692
if (type == Globals.
TypeOfDBNull
)
System\Runtime\Serialization\Json\JsonFormatReaderGenerator.cs (2)
270
if (classContract.UnderlyingType == Globals.
TypeOfDBNull
)
272
ilg.LoadMember(Globals.
TypeOfDBNull
.GetField("Value"));
System\Runtime\Serialization\XmlFormatReaderGenerator.cs (2)
263
if (classContract.UnderlyingType == Globals.
TypeOfDBNull
)
265
ilg.LoadMember(Globals.
TypeOfDBNull
.GetField("Value"));