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