1 implementation of IInternalCheckRegistrationContext
Microsoft.Build (1)
BuildCheck\Infrastructure\CheckRegistrationContext.cs (1)
10: IInternalCheckRegistrationContext
3 references to IInternalCheckRegistrationContext
Microsoft.Build (3)
BuildCheck\API\WorkerNodeCheck.cs (2)
15public abstract void RegisterInternalActions(IInternalCheckRegistrationContext registrationContext); 23if (registrationContext is not IInternalCheckRegistrationContext internalRegistrationContext)
BuildCheck\Checks\PropertiesUsageCheck.cs (1)
104public override void RegisterInternalActions(IInternalCheckRegistrationContext registrationContext)