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