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