5 references to Union
System.Private.Windows.Core (5)
System\Value.cs (2)
20
private readonly
Union
_union;
716
value = Unsafe.As<
Union
, T>(ref Unsafe.AsRef(in _union));
System\Value.StraightCastFlag.cs (2)
9
/// <see cref="TypeFlag"/> that handles types that are a simple cast from a <see cref="
Union
"/>
16
public override T To(in Value value) => Unsafe.As<
Union
, T>(ref Unsafe.AsRef(in value._union));
System\Value.TypeFlag.cs (1)
9
/// A flag that represents the <see cref="System.Type"/> of a <see cref="
Union
"/> in a <see cref="Value"/>.