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