1 write to _options
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
WrappingFormattingRule.cs (1)
29
_options
= options;
4 references to _options
Microsoft.CodeAnalysis.CSharp.CodeStyle (4)
WrappingFormattingRule.cs (4)
36
if (
_options
.WrappingPreserveSingleLine == newOptions.WrappingPreserveSingleLine &&
37
_options
.WrappingKeepStatementsOnSingleLine == newOptions.WrappingKeepStatementsOnSingleLine)
55
if (!
_options
.WrappingPreserveSingleLine)
60
if (!
_options
.WrappingKeepStatementsOnSingleLine)