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