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