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