1 write to s_typeOfDBNull
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Globals.cs (1)
967
s_typeOfDBNull
= Type.GetType("System.DBNull, System.Data.Common, Version=0.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", false);
2 references to s_typeOfDBNull
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Globals.cs (2)
965
if (
s_typeOfDBNull
== null && s_shouldGetDBNullType)
970
return
s_typeOfDBNull
;