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