9 references to UnionValue
Microsoft.CodeAnalysis.CSharp (9)
Binder\DecisionDagBuilder.cs (9)
342
if (info.
UnionValue
is not null)
350
public TypeSymbol GetInputType() =>
UnionValue
?.Type ?? DagTemp.Type;
365
Debug.Assert(input.
UnionValue
is null ?
379
Debug.Assert(input.
UnionValue
is null);
415
if (input.
UnionValue
is { } unionValue)
750
if (inputInfo.
UnionValue
is { } unionValue && Binder.GetUnionTypeHasValueProperty((NamedTypeSymbol)inputInfo.DagTemp.Type) is PropertySymbol hasValue)
784
if (inputInfo.
UnionValue
is { } unionValue)
882
if (constantValue.IsString && (inputInfo.
UnionValue
?.Type ?? inputInfo.DagTemp.Type).IsSpanOrReadOnlySpanChar())
1138
(outputInfo.
UnionValue
is null ?