1 write to s_typeOfNullable
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Globals.cs (1)
652s_typeOfNullable = typeof(Nullable<>);
2 references to s_typeOfNullable
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Globals.cs (2)
651if (s_typeOfNullable == null) 653return s_typeOfNullable;