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