1 write to s_typeOfObject
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Globals.cs (1)
67
s_typeOfObject
= typeof(object);
2 references to s_typeOfObject
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Globals.cs (2)
66
if (
s_typeOfObject
== null)
68
return
s_typeOfObject
;