8 references to TypeOfDBNull
dotnet-svcutil-lib (8)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ClassDataContract.cs (2)
387&& DataContract.GetBuiltInDataContract(childType) == null && childType != Globals.TypeOfDBNull) 785if (type == Globals.TypeOfDBNull)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (2)
757return type == Globals.TypeOfDBNull || type.IsSerializable; 1296type == Globals.TypeOfDBNull ||
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Globals.cs (2)
981if (s_valueOfDBNull == null && TypeOfDBNull != null) 983var fieldInfo = TypeOfDBNull.GetField("Value");
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatReaderGenerator.cs (2)
209if (classContract.UnderlyingType == Globals.TypeOfDBNull) 211_ilg.LoadMember(Globals.TypeOfDBNull.GetField("Value"));