3 references to ExpressionOfTypeMatchesPatternTypeForLearningFromSuccessfulTypeTest
Microsoft.CodeAnalysis.CSharp (3)
Binder\DecisionDagBuilder.cs (1)
2081
ConstantValue? matches =
ExpressionOfTypeMatchesPatternTypeForLearningFromSuccessfulTypeTest
(_conversions, t1Type, t2Type, ref useSiteInfo);
Utilities\TypeUnionValueSet.cs (2)
84
ConstantValue? matches = DecisionDagBuilder.
ExpressionOfTypeMatchesPatternTypeForLearningFromSuccessfulTypeTest
(conversions, type, t, ref useSiteInfo);
234
ConstantValue? matches = DecisionDagBuilder.
ExpressionOfTypeMatchesPatternTypeForLearningFromSuccessfulTypeTest
(_conversions, t1, t2, ref useSiteInfo);