1 write to Left
Microsoft.CodeAnalysis.CSharp (1)
Utilities\TypeUnionValueSet.cs (1)
520Left = left;
3 references to Left
Microsoft.CodeAnalysis.CSharp (3)
Utilities\TypeUnionValueSet.cs (3)
219var leftResult = EvaluateNodeForInputValue(andNode.Left, inputValue, ref useSiteInfo); 231var leftResult = EvaluateNodeForInputValue(orNode.Left, inputValue, ref useSiteInfo); 526return "(" + Left.ToString() + (this is AndNode ? " & " : " | ") + Right.ToString() + ")";