3 references to MakeConstantTest
Microsoft.CodeAnalysis.CSharp (3)
Binder\DecisionDagBuilder.cs (3)
758Tests test = MakeConstantTest(syntax, temp, sense ? ConstantValue.True : ConstantValue.False); 803Tests test = MakeConstantTest(syntax, boolResult, ConstantValue.True); 901tests.Add(MakeConstantTest(constant.Syntax, input, constantValue));