3 references to Boolean
System.Private.CoreLib (3)
Internal\Reflection\Augments\ReflectionAugments.cs (1)
66case EETypeElementType.Boolean: return TypeCode.Boolean;
System\InvokeUtils.cs (2)
367Debug.Assert(dstType is < EETypeElementType.ValueType and >= EETypeElementType.Boolean); 368Debug.Assert(srcType is < EETypeElementType.ValueType and >= EETypeElementType.Boolean);