1 implementation of AssemblyCount
Microsoft.DotNet.ApiCompatibility (1)
Mapping\AssemblySetMapper.cs (1)
22public int AssemblyCount => _assemblies != null ? _assemblies.Count : 0;
1 reference to AssemblyCount
Microsoft.DotNet.ApiCompatibility (1)
Rules\RuleRunner.cs (1)
38bool containsSingleAssembly = am.ContainingAssemblySet == null || am.ContainingAssemblySet.AssemblyCount < 2;