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)
36if (_options.WrappingPreserveSingleLine == newOptions.WrappingPreserveSingleLine && 37_options.WrappingKeepStatementsOnSingleLine == newOptions.WrappingKeepStatementsOnSingleLine) 55if (!_options.WrappingPreserveSingleLine) 60if (!_options.WrappingKeepStatementsOnSingleLine)