9 references to EvaluateNodeForInputValue
Microsoft.CodeAnalysis.CSharp (9)
Utilities\TypeUnionValueSet.cs (9)
35/// See <see cref="EvaluateNodeForInputValue"/> function. 148bool? result = EvaluateNodeForInputValue(_root, null, ref discardedInfo); 190return !EvaluateNodeForInputValue(not.Negated, inputValue, ref useSiteInfo); 206var leftResult = EvaluateNodeForInputValue(andNode.Left, inputValue, ref useSiteInfo); 207var rightResult = EvaluateNodeForInputValue(andNode.Right, inputValue, ref useSiteInfo); 218var leftResult = EvaluateNodeForInputValue(orNode.Left, inputValue, ref useSiteInfo); 219var rightResult = EvaluateNodeForInputValue(orNode.Right, inputValue, ref useSiteInfo); 269if (EvaluateNodeForInputValue(root, t, ref useSiteInfo) != false) 377if (EvaluateNodeForInputValue(_root, type, ref useSiteInfo) == false)