11 references to Right
Microsoft.DotNet.ApiCompatibility (11)
ApiComparer.cs (4)
52assemblyMapper.AddElement(right, ElementSide.Right); 66assemblySetMapper.AddElement(right, ElementSide.Right); 102assemblyMapper.AddElement(right[i], ElementSide.Right, i); 119assemblySetMapper.AddElement(right[rightIndex], ElementSide.Right, rightIndex);
Mapping\AssemblyMapper.cs (1)
38AddOrCreateMappers(Right[i], ElementSide.Right, i);
Mapping\AssemblySetMapper.cs (1)
34AddOrCreateMappers(Right[i], ElementSide.Right, i);
Mapping\IElementMapper.cs (2)
31/// <param name="setIndex">Value representing the index the element is added. Only used when adding to <see cref="ElementSide.Right"/>.</param> 38/// <param name="setIndex">Value representing the index the element is retrieved. Only used when adding to <see cref="ElementSide.Right"/>.</param>
Mapping\NamespaceMapper.cs (1)
58AddOrCreateMappers(Right[i], ElementSide.Right, i);
Mapping\TypeMapper.cs (2)
84AddOrCreateMappers(Right[i], ElementSide.Right, i); 123AddOrCreateMappers(Right[i], ElementSide.Right, i);