4 references to new
System.Private.Windows.Core (2)
System\Value.cs (2)
239
public static implicit operator Value(int? value) =>
new
(value);
646
return
new
(Unsafe.As<T, int?>(ref Unsafe.AsRef(in value)));
System.Private.Windows.Core.Tests (2)
System\Value\StoringInt.cs (2)
72
Value value =
new
(source);
140
value =
new
(n);