8 references to IsSameEntity
Microsoft.CodeAnalysis.CSharp (8)
Binder\DecisionDagBuilder.cs (8)
2308
return
IsSameEntity
(testUnionInstance, otherUnionInstance);
2428
return
IsSameEntity
(test.Input, other.Input);
2546
/// The logic is stricter than <see cref="
IsSameEntity
"/>, in that it doesn't allow for result types and
2551
/// before the evaluation. The <see cref="
IsSameEntity
"/> helper is more lenient because
3711
IsSameEntity
(eval.Input, e1.Input))
3792
if (tests.Test is BoundDagTypeEvaluation typeEval &&
IsSameEntity
(typeEval.MakeResultTemp(), e1.MakeResultTemp()))
3880
if (
IsSameEntity
(s1Input, s2Input))
4123
return
IsSameEntity
(test.Input, valueSetInput);