7 references to IsSameEntity
Microsoft.CodeAnalysis.CSharp (7)
Binder\DecisionDagBuilder.cs (7)
2254
return
IsSameEntity
(testUnionInstance, otherUnionInstance);
2373
return
IsSameEntity
(test.Input, other.Input);
2491
/// The logic is stricter than <see cref="
IsSameEntity
"/>, in that it doesn't allow for result types and
2496
/// before the evaluation. The <see cref="
IsSameEntity
"/> helper is more lenient because
3631
IsSameEntity
(eval.Input, e1.Input))
3712
if (tests.Test is BoundDagTypeEvaluation typeEval &&
IsSameEntity
(typeEval.MakeResultTemp(), e1.MakeResultTemp()))
3800
if (
IsSameEntity
(s1Input, s2Input))