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
)
785
if (type == Globals.
TypeOfDBNull
)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (2)
757
return type == Globals.
TypeOfDBNull
|| type.IsSerializable;
1296
type == Globals.
TypeOfDBNull
||
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Globals.cs (2)
981
if (s_valueOfDBNull == null &&
TypeOfDBNull
!= null)
983
var fieldInfo =
TypeOfDBNull
.GetField("Value");
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatReaderGenerator.cs (2)
209
if (classContract.UnderlyingType == Globals.
TypeOfDBNull
)
211
_ilg.LoadMember(Globals.
TypeOfDBNull
.GetField("Value"));