1 write to WrappingPreserveSingleLine
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpSyntaxFormattingOptions.cs (1)
111WrappingPreserveSingleLine = options.GetOption(CSharpFormattingOptions2.WrappingPreserveSingleLine, fallbackOptions.WrappingPreserveSingleLine);
5 references to WrappingPreserveSingleLine
Microsoft.CodeAnalysis.CSharp.CodeStyle (5)
CSharpFormattingOptions2.cs (1)
231CSharpSyntaxFormattingOptions.Default.WrappingPreserveSingleLine)
CSharpSyntaxFormattingOptions.cs (1)
111WrappingPreserveSingleLine = options.GetOption(CSharpFormattingOptions2.WrappingPreserveSingleLine, fallbackOptions.WrappingPreserveSingleLine);
WrappingFormattingRule.cs (3)
36if (_options.WrappingPreserveSingleLine == newOptions.WrappingPreserveSingleLine && 55if (!_options.WrappingPreserveSingleLine)