1 override of RegisterInternalActions
Microsoft.Build (1)
BuildCheck\Checks\PropertiesUsageCheck.cs (1)
104
public override void
RegisterInternalActions
(IInternalCheckRegistrationContext registrationContext)
2 references to RegisterInternalActions
Microsoft.Build (2)
BuildCheck\API\WorkerNodeCheck.cs (2)
18
/// This is intentionally not implemented, as it is extended by <see cref="
RegisterInternalActions
"/>.
28
this.
RegisterInternalActions
(internalRegistrationContext);