5 references to new
System.Private.Windows.Core (2)
System\Value.cs (2)
185public static implicit operator Value(char value) => new(value); 611return new(Unsafe.As<T, char>(ref Unsafe.AsRef(in value)));
System.Private.Windows.Core.Tests (3)
System\Value\StoringChar.cs (3)
57Value value = new(@char); 87Value value = new(source); 134Value value = new(@char);