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