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