1 write to s_typeOfTimeSpan
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Globals.cs (1)
184
s_typeOfTimeSpan
= typeof(TimeSpan);
2 references to s_typeOfTimeSpan
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Globals.cs (2)
183
if (
s_typeOfTimeSpan
== null)
185
return
s_typeOfTimeSpan
;