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