1 implementation of IMapperSettings
Microsoft.DotNet.ApiCompatibility (1)
ApiComparerSettings.cs (1)
15public class ApiComparerSettings : IMapperSettings, IRuleSettings
19 references to IMapperSettings
Microsoft.DotNet.ApiCompatibility (19)
Mapping\AssemblyMapper.cs (2)
15/// <param name="settings">The <see cref="IMapperSettings"/> used to compare the assembly mapper elements.</param> 19IMapperSettings settings,
Mapping\AssemblySetMapper.cs (2)
13/// <param name="settings">The <see cref="IMapperSettings"/> used to compare the assembly set mapper elements.</param> 16IMapperSettings settings,
Mapping\ElementMapper.cs (3)
22public IMapperSettings Settings { get; } 33/// <param name="settings">The <see cref="IMapperSettings"/> used to compare the mapper elements.</param> 36IMapperSettings settings,
Mapping\ElementMapperFactory.cs (2)
14public IAssemblySetMapper CreateAssemblySetMapper(IMapperSettings settings, int rightCount) => 18public IAssemblyMapper CreateAssemblyMapper(IMapperSettings settings, int rightCount) =>
Mapping\IElementMapper.cs (2)
22/// The <see cref="IMapperSettings"/> used to diff <see cref="Left"/> and <see cref="Right"/>. 24IMapperSettings Settings { get; }
Mapping\IElementMapperFactory.cs (2)
17IAssemblySetMapper CreateAssemblySetMapper(IMapperSettings settings, int rightCount); 25IAssemblyMapper CreateAssemblyMapper(IMapperSettings settings, int rightCount);
Mapping\MemberMapper.cs (2)
13/// <param name="settings">The <see cref="IMapperSettings"/> used to compare the member mapper elements.</param> 17IMapperSettings settings,
Mapping\NamespaceMapper.cs (2)
27/// <param name="settings">The <see cref="IMapperSettings"/> used to compare the namespace mapper elements.</param> 32IMapperSettings settings,
Mapping\TypeMapper.cs (2)
17/// <param name="settings">The <see cref="IMapperSettings"/> used to compare the type mapper elements.</param> 22IMapperSettings settings,