2 references to Equals
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Statements.cs (1)
1575Debug.Assert(leftEscape.Equals(rightEscape) || op1.Type.IsRefLikeOrAllowsRefLikeType());
Binder\SafeContext.cs (1)
112=> obj is SafeContext other && this.Equals(other);