4 references to EvaluateNodeForInputValue
Microsoft.CodeAnalysis.CSharp (4)
Utilities\TypeUnionValueSet.cs (4)
49/// See <see cref="EvaluateNodeForInputValue"/> function. 162bool? result = EvaluateNodeForInputValue(_root, null, ref discardedInfo); 354if (EvaluateNodeForInputValue(root, t.CaseType, ref useSiteInfo) != false) 462if (EvaluateNodeForInputValue(_root, type, ref useSiteInfo) == false)