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