5 references to Char
System.Private.CoreLib (5)
src\System\Reflection\Emit\CustomAttributeBuilder.cs (1)
292
writer.Write((byte)CustomAttributeEncoding.
Char
);
src\System\Reflection\RuntimeCustomAttributeData.cs (4)
134
return CustomAttributeEncoding.
Char
;
508
CustomAttributeEncoding.
Char
=> typeof(char),
529
CustomAttributeEncoding.
Char
=> (char)val.Byte4,
828
case CustomAttributeEncoding.
Char
: