2 references to new
System.Private.Windows.Core (2)
System\Value.cs (2)
584
public static implicit operator Value(ArraySegment<char> value) =>
new
(value);
666
return
new
(Unsafe.As<T, ArraySegment<char>>(ref Unsafe.AsRef(in value)));