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