2 references to Operands
Microsoft.DotNet.ApiCompat.Core (2)
Rules\Compat\CompatDifferenceRule.cs (2)
10public string Contract => Operands?.Contract ?? "contract"; 11public string Implementation => Operands?.Implementation ?? "implementation";