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