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