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