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