3 references to AddTypeMismatchDifference
Microsoft.DotNet.ApiCompat.Core (3)
Rules\Compat\DelegatesMustMatch.cs (2)
49differences.AddTypeMismatchDifference("DelegateReturnTypesMustMatch", implReturnType, contractReturnType, 81differences.AddTypeMismatchDifference("DelegateParamTypeMustMatch", implParam.Type, contractParam.Type,
Rules\Compat\EnumTypesMustMatch.cs (1)
30differences.AddTypeMismatchDifference(this, implType, contractType,