1 write to _options
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Rules\WrappingFormattingRule.cs (1)
30_options = options;
4 references to _options
Microsoft.CodeAnalysis.CSharp.CodeStyle (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Rules\WrappingFormattingRule.cs (4)
37if (_options.WrappingPreserveSingleLine == newOptions.WrappingPreserveSingleLine && 38_options.WrappingKeepStatementsOnSingleLine == newOptions.WrappingKeepStatementsOnSingleLine) 56if (!_options.WrappingPreserveSingleLine) 61if (!_options.WrappingKeepStatementsOnSingleLine)