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