9 references to UnionValue
Microsoft.CodeAnalysis.CSharp (9)
Binder\DecisionDagBuilder.cs (9)
350
if (info.
UnionValue
is not null)
358
public TypeSymbol GetInputType() =>
UnionValue
?.Type ?? DagTemp.Type;
373
Debug.Assert(input.
UnionValue
is null ?
387
Debug.Assert(input.
UnionValue
is null);
423
if (input.
UnionValue
is { } unionValue)
752
if (inputInfo.
UnionValue
is { } unionValue && ((NamedTypeSymbol)inputInfo.DagTemp.Type).UnionHasValueProperty() is PropertySymbol hasValue)
786
if (inputInfo.
UnionValue
is { } unionValue)
893
if (constantValue.IsString && (inputInfo.
UnionValue
?.Type ?? inputInfo.DagTemp.Type).IsSpanOrReadOnlySpanChar())
1171
(outputInfo.
UnionValue
is null ?