4 references to ForceSpaces
Metrics.Legacy (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\AbstractFormatEngine.OperationApplier.cs (1)
30
if (operation.Option == AdjustSpacesOption.
ForceSpaces
)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Rules\Operations\AdjustSpacesOption.cs (1)
31
/// <see cref="
ForceSpaces
"/> means forcing the specified spaces regardless of positions of two tokens.
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Rules\Operations\FormattingOperations.cs (2)
23
private static readonly AdjustSpacesOperation s_forceZeroLineUsingSpaceForce = new(1, AdjustSpacesOption.
ForceSpaces
);
135
else if (space == 1 && option == AdjustSpacesOption.
ForceSpaces
)