2 references to GetNameOfInterfaceMemberType
Microsoft.DotNet.ApiCompat.Core (2)
Rules\Compat\InterfacesShouldHaveSameMembers.cs (2)
26
differences.AddIncompatibleDifference(this, contract.GetMemberViolationMessage($"{
GetNameOfInterfaceMemberType
(contract)}", $"is present in the {Contract}", $"not in the {Implementation}"));
35
differences.AddIncompatibleDifference(this, impl.GetMemberViolationMessage($"{
GetNameOfInterfaceMemberType
(impl)}", $"is present in the {Implementation}", $"not in the {Contract}"));