5 references to new
System.Private.Windows.Core (2)
System\Value.cs (2)
263public static implicit operator Value(long value) => new(value); 617return new(Unsafe.As<T, long>(ref Unsafe.AsRef(in value)));
System.Private.Windows.Core.Tests (3)
System\Value\StoringLong.cs (3)
58Value value = new(@long); 88Value value = new(source); 135Value value = new(@long);