1 implementation of Run
Microsoft.DotNet.ApiCompatibility (1)
Rules\RuleRunner.cs (1)
22public IEnumerable<CompatDifference> Run<T>(IElementMapper<T> mapper)
1 reference to Run
Microsoft.DotNet.ApiCompatibility (1)
Mapping\ElementMapper.cs (1)
77return _differences ??= RuleRunner.Run(this);