9 references to EvaluateNodeForInputValue
Microsoft.CodeAnalysis.CSharp (9)
Utilities\TypeUnionValueSet.cs (9)
49/// See <see cref="EvaluateNodeForInputValue"/> function. 161bool? result = EvaluateNodeForInputValue(_root, null, ref discardedInfo); 203return !EvaluateNodeForInputValue(not.Negated, inputValue, ref useSiteInfo); 219var leftResult = EvaluateNodeForInputValue(andNode.Left, inputValue, ref useSiteInfo); 220var rightResult = EvaluateNodeForInputValue(andNode.Right, inputValue, ref useSiteInfo); 231var leftResult = EvaluateNodeForInputValue(orNode.Left, inputValue, ref useSiteInfo); 232var rightResult = EvaluateNodeForInputValue(orNode.Right, inputValue, ref useSiteInfo); 312if (EvaluateNodeForInputValue(root, t.CaseType, ref useSiteInfo) != false) 420if (EvaluateNodeForInputValue(_root, type, ref useSiteInfo) == false)