5 references to Boolean
System.Private.CoreLib (5)
src\System\Reflection\Emit\CustomAttributeBuilder.cs (1)
295
writer.Write((byte)CustomAttributeEncoding.
Boolean
);
src\System\Reflection\RuntimeCustomAttributeData.cs (4)
137
return CustomAttributeEncoding.
Boolean
;
509
CustomAttributeEncoding.
Boolean
=> typeof(bool),
528
CustomAttributeEncoding.
Boolean
=> (byte)val.Byte4 != 0,
823
case CustomAttributeEncoding.
Boolean
: