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