1 write to typeOfTimeSpan
System.Runtime.Serialization (1)
System\Runtime\Serialization\Globals.cs (1)
164
typeOfTimeSpan
= typeof(TimeSpan);
2 references to typeOfTimeSpan
System.Runtime.Serialization (2)
System\Runtime\Serialization\Globals.cs (2)
163
if (
typeOfTimeSpan
== null)
165
return
typeOfTimeSpan
;