2 references to TimeSpanArray
mscorlib (2)
system\runtime\interopservices\windowsruntime\clripropertyvalueimpl.cs (1)
328if (this.Type != PropertyType.TimeSpanArray)
system\runtime\interopservices\windowsruntime\clrireferenceimpl.cs (1)
407return new CLRIReferenceArrayImpl<TimeSpan>(PropertyType.TimeSpanArray, (TimeSpan[])obj);