3 references to GetU2
System.Private.CoreLib (3)
src\System\Reflection\RuntimeCustomAttributeData.cs (3)
831arg.PrimitiveValue = new PrimitiveValue() { Byte4 = parser.GetU2() }; 949public short GetI2() => (short)GetU2(); 984public ushort GetProlog() => GetU2();