Implemented interface member:
property
ContainingAssemblySet
Microsoft.DotNet.ApiCompatibility.Mapping.IAssemblyMapper.ContainingAssemblySet
2 references to ContainingAssemblySet
Microsoft.DotNet.ApiCompatibility (2)
Rules\RuleRunner.cs (2)
38
bool containsSingleAssembly = am.
ContainingAssemblySet
== null || am.
ContainingAssemblySet
.AssemblyCount < 2;