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