6 references to IsSameEntity
Microsoft.CodeAnalysis.CSharp (6)
Binder\DecisionDagBuilder.cs (6)
1639return 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 2731IsSameEntity(eval.Input, e1.Input)) 2812if (tests.Test is BoundDagTypeEvaluation typeEval && IsSameEntity(typeEval.Input, e1.Input)) 2840if (IsSameEntity(s1Input, s2Input))