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