4 references to IInternalCheckRegistrationContext
Microsoft.Build (4)
BuildCheck\API\InternalCheck.cs (2)
16
public abstract void RegisterInternalActions(
IInternalCheckRegistrationContext
registrationContext);
24
if (registrationContext is not
IInternalCheckRegistrationContext
internalRegistrationContext)
BuildCheck\Checks\PropertiesUsageCheck.cs (1)
106
public override void RegisterInternalActions(
IInternalCheckRegistrationContext
registrationContext)
BuildCheck\Infrastructure\CheckRegistrationContext.cs (1)
10
:
IInternalCheckRegistrationContext