5 references to IgnoreAroundVariableDeclaration
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
CSharpFormattingOptions2.cs (1)
127
CSharpSyntaxFormattingOptions.SpacingDefault.HasFlag(SpacePlacement.
IgnoreAroundVariableDeclaration
),
CSharpSyntaxFormattingOptions.cs (2)
73
(options.GetOption(CSharpFormattingOptions2.SpacesIgnoreAroundVariableDeclaration, fallbackOptions.Spacing.HasFlag(SpacePlacement.
IgnoreAroundVariableDeclaration
)) ? SpacePlacement.
IgnoreAroundVariableDeclaration
: 0) |
SpacingFormattingRule.cs (1)
580
if (_options.Spacing.HasFlag(SpacePlacement.
IgnoreAroundVariableDeclaration
))
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
Formatter\FormatterTests.cs (1)
154
Assert.True(formattingOptions.Spacing.HasFlag(SpacePlacement.
IgnoreAroundVariableDeclaration
));