1 implementation of Implementation
Microsoft.DotNet.ApiCompat.Core (1)
Rules\Compat\IDifferenceOperands.cs (1)
28public string Implementation { get; set; }
2 references to Implementation
Microsoft.DotNet.ApiCompat.Core (2)
DifferenceWriter.cs (1)
45string header = $"Compat issues between {Operands.Implementation} set {oldAssembliesName} and {Operands.Contract} set {newAssembliesName}:";
Rules\Compat\CompatDifferenceRule.cs (1)
11public string Implementation => Operands?.Implementation ?? "implementation";