2 references to GetU1
System.Private.CoreLib (2)
src\System\Reflection\RuntimeCustomAttributeData.cs (2)
826arg.PrimitiveValue = new PrimitiveValue() { Byte4 = parser.GetU1() }; 941public sbyte GetI1() => (sbyte)GetU1();