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