Implemented interface member:
property
ContainingAssemblySet
Microsoft.DotNet.ApiCompatibility.Mapping.IAssemblyMapper.ContainingAssemblySet
3 references to ContainingAssemblySet
Microsoft.DotNet.ApiCompatibility (2)
Rules\RuleRunner.cs (2)
38bool containsSingleAssembly = am.ContainingAssemblySet == null || am.ContainingAssemblySet.AssemblyCount < 2;
Microsoft.DotNet.ApiCompatibility.Tests (1)
Mapping\AssemblyMapperTests.cs (1)
29Assert.Equal(assemblySetMapper, assemblyMapper.ContainingAssemblySet);