1 reference to SpaceWithinMethodCallParentheses
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpSyntaxFormattingOptions.cs (1)
79
(options.GetOption(CSharpFormattingOptions2.
SpaceWithinMethodCallParentheses
, fallbackOptions.Spacing.HasFlag(SpacePlacement.WithinMethodCallParentheses)) ? SpacePlacement.WithinMethodCallParentheses : 0) |