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); 335if (EvaluateNodeForInputValue(root, t.CaseType, ref useSiteInfo) != false) 443if (EvaluateNodeForInputValue(_root, type, ref useSiteInfo) == false)