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