2 references to IsUnionHasValue
Microsoft.CodeAnalysis.CSharp (2)
Binder\DecisionDagBuilder.cs (2)
756
Debug.Assert(
IsUnionHasValue
(temp, out _));
2321
if (test is BoundDagValueTest hasValueTest &&
IsUnionHasValue
(test.Input, out testUnionInstance))