3 writes to WrappingPreserveSingleLine
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\CSharpSyntaxFormattingOptions.cs (1)
112WrappingPreserveSingleLine = options.GetOption(CSharpFormattingOptions2.WrappingPreserveSingleLine);
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp.CSharp (1)
Formatting\OmniSharpSyntaxFormattingOptionsFactory.cs (1)
136WrappingPreserveSingleLine = wrappingPreserveSingleLine
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
RazorCSharpSyntaxFormattingOptions.cs (1)
59WrappingPreserveSingleLine = WrappingPreserveSingleLine,
6 references to WrappingPreserveSingleLine
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\CSharpFormattingOptions2.cs (1)
224CSharpSyntaxFormattingOptions.Default.WrappingPreserveSingleLine)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Rules\WrappingFormattingRule.cs (3)
33if (_options.WrappingPreserveSingleLine == newOptions.WrappingPreserveSingleLine && 52if (!_options.WrappingPreserveSingleLine)
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
RazorCSharpSyntaxFormattingOptions.cs (1)
43options.WrappingPreserveSingleLine,
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
Formatter\FormatterTests.cs (1)
198Assert.False(formattingOptions.WrappingPreserveSingleLine);