6 references to IsSameEntity
Microsoft.CodeAnalysis.CSharp (6)
Binder\DecisionDagBuilder.cs (6)
1639
return
IsSameEntity
(test.Input, other.Input);
1698
/// The logic is stricter than <see cref="
IsSameEntity
"/>, in that it doesn't allow for result types and
1703
/// before the evaluation. The <see cref="
IsSameEntity
"/> helper is more lenient because
2731
IsSameEntity
(eval.Input, e1.Input))
2812
if (tests.Test is BoundDagTypeEvaluation typeEval &&
IsSameEntity
(typeEval.Input, e1.Input))
2840
if (
IsSameEntity
(s1Input, s2Input))