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