2 references to _typeComparer
Microsoft.DotNet.ApiCompat.Core (2)
Rules\Compat\DelegatesMustMatch.cs (2)
47
if (!
_typeComparer
.Equals(implReturnType, contractReturnType))
79
if (!
_typeComparer
.Equals(implParam.Type, contractParam.Type))