2 references to _onMemberSymbolActions
Microsoft.DotNet.ApiCompatibility (2)
Rules\RuleContext.cs (2)
33
_onMemberSymbolActions
.Add(action);
63
foreach (Action<ISymbol?, ISymbol?, MetadataInformation, MetadataInformation, IList<CompatDifference>> action in
_onMemberSymbolActions
)