9 references to Right
Microsoft.DotNet.ApiCompatibility (5)
Runner\ApiCompatRunner.cs (5)
38
List<IEnumerable<ElementContainer<IAssemblySymbol>>> rightContainersList = new(workItem.
Right
.Count);
39
foreach (IReadOnlyList<MetadataInformation> right in workItem.
Right
)
151
foreach (IReadOnlyList<MetadataInformation> right in workItem.
Right
)
154
foreach (IReadOnlyList<MetadataInformation> actualRight in actualWorkItem.
Right
)
166
actualWorkItem.
Right
.Add(right);
Microsoft.DotNet.ApiCompatibility.Tests (4)
Runner\ApiCompatRunnerTests.cs (2)
70
Assert.Equal(2, apiCompatRunner.WorkItems.First().
Right
.Count);
85
Assert.Single(apiCompatRunner.WorkItems.First().
Right
);
Runner\ApiCompatWorkItemTests.cs (2)
19
Assert.Single(workItem.
Right
);
20
Assert.Equal(new MetadataInformation[] { right }, workItem.
Right
[0]);