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