1 implementation of RegisterOnTypeSymbolAction
Microsoft.DotNet.ApiCompatibility (1)
Rules\RuleContext.cs (1)
25
public void
RegisterOnTypeSymbolAction
(Action<ITypeSymbol?, ITypeSymbol?, MetadataInformation, MetadataInformation, IList<CompatDifference>> action)
7 references to RegisterOnTypeSymbolAction
Microsoft.DotNet.ApiCompatibility (7)
Rules\AttributesMustMatch.cs (1)
23
context.
RegisterOnTypeSymbolAction
(RunOnTypeSymbol);
Rules\CannotChangeGenericConstraints.cs (1)
26
context.
RegisterOnTypeSymbolAction
(RunOnTypeSymbol);
Rules\CannotChangeVisibility.cs (1)
20
context.
RegisterOnTypeSymbolAction
(RunOnTypeSymbol);
Rules\CannotRemoveBaseTypeOrInterface.cs (1)
20
context.
RegisterOnTypeSymbolAction
(RunOnTypeSymbol);
Rules\CannotSealType.cs (1)
20
context.
RegisterOnTypeSymbolAction
(RunOnTypeSymbol);
Rules\EnumsMustMatch.cs (1)
18
context.
RegisterOnTypeSymbolAction
(RunOnTypeSymbol);
Rules\MembersMustExist.cs (1)
26
context.
RegisterOnTypeSymbolAction
(RunOnTypeSymbol);