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