4 references to WithinOtherParentheses
Microsoft.CodeAnalysis.CSharp.CodeStyle (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Rules\SpacingFormattingRule.cs (2)
193
return AdjustSpacesOperationZeroOrOne(_options.Spacing.HasFlag(SpacePlacement.
WithinOtherParentheses
));
198
return AdjustSpacesOperationZeroOrOne(_options.Spacing.HasFlag(SpacePlacement.
WithinOtherParentheses
));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\SpacingWithinParentheses.cs (2)
24
(placement.HasFlag(SpacePlacement.
WithinOtherParentheses
) ? SpacePlacementWithinParentheses.ControlFlowStatements : 0);
29
(placement.HasFlag(SpacePlacementWithinParentheses.ControlFlowStatements) ? SpacePlacement.
WithinOtherParentheses
: 0);