4 references to Boolean
mscorlib (4)
system\reflection\customattribute.cs (3)
242return CustomAttributeEncoding.Boolean; 715case (CustomAttributeEncoding.Boolean): 758case CustomAttributeEncoding.Boolean:
system\reflection\emit\customattributebuilder.cs (1)
305writer.Write((byte)CustomAttributeEncoding.Boolean);