1 write to s_typeOfValueType
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Globals.cs (1)
80
s_typeOfValueType
= typeof(ValueType);
2 references to s_typeOfValueType
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Globals.cs (2)
79
if (
s_typeOfValueType
== null)
81
return
s_typeOfValueType
;