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