3 references to SpacesIgnoreAroundVariableDeclaration
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
Formatting\CSharpFormattingOptions.cs (2)
99
/// <inheritdoc cref="CSharpFormattingOptions2.
SpacesIgnoreAroundVariableDeclaration
"/>
100
public static Option<bool> SpacesIgnoreAroundVariableDeclaration { get; } = CSharpFormattingOptions2.
SpacesIgnoreAroundVariableDeclaration
.ToPublicOption();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\CSharpSyntaxFormattingOptions.cs (1)
74
(options.GetOption(CSharpFormattingOptions2.
SpacesIgnoreAroundVariableDeclaration
) ? SpacePlacement.IgnoreAroundVariableDeclaration : 0) |