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