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