2 references to _onTypeSymbolActions
Microsoft.DotNet.ApiCompatibility (2)
Rules\RuleContext.cs (2)
27
_onTypeSymbolActions
.Add(action);
54
foreach (Action<ITypeSymbol?, ITypeSymbol?, MetadataInformation, MetadataInformation, IList<CompatDifference>> action in
_onTypeSymbolActions
)