1 write to Left
Microsoft.CodeAnalysis.CSharp (1)
Utilities\TypeUnionValueSet.cs (1)
562Left = left;
3 references to Left
Microsoft.CodeAnalysis.CSharp (3)
Utilities\TypeUnionValueSet.cs (3)
241var leftResult = evaluateCore(andNode.Left, inputValue, ref useSiteInfo); 253var leftResult = evaluateCore(orNode.Left, inputValue, ref useSiteInfo); 568return "(" + Left.ToString() + (this is AndNode ? " & " : " | ") + Right.ToString() + ")";