1 write to Right
Microsoft.CodeAnalysis.CSharp (1)
Utilities\TypeUnionValueSet.cs (1)
478
Right
= right;
3 references to Right
Microsoft.CodeAnalysis.CSharp (3)
Utilities\TypeUnionValueSet.cs (3)
207
var rightResult = EvaluateNodeForInputValue(andNode.
Right
, inputValue, ref useSiteInfo);
219
var rightResult = EvaluateNodeForInputValue(orNode.
Right
, inputValue, ref useSiteInfo);
483
return "(" + Left.ToString() + (this is AndNode ? " & " : " | ") +
Right
.ToString() + ")";