3 references to value
System.Runtime.Numerics (3)
System\Number.Polyfill.cs (3)
57public static uint CastToUInt32(Utf8Char value) => value.value; 58public bool Equals(Utf8Char other) => value == other.value;