1 write to _options
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Rules\WrappingFormattingRule.cs (1)
26_options = options;
4 references to _options
Microsoft.CodeAnalysis.CSharp.CodeStyle (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Rules\WrappingFormattingRule.cs (4)
33if (_options.WrappingPreserveSingleLine == newOptions.WrappingPreserveSingleLine && 34_options.WrappingKeepStatementsOnSingleLine == newOptions.WrappingKeepStatementsOnSingleLine) 52if (!_options.WrappingPreserveSingleLine) 57if (!_options.WrappingKeepStatementsOnSingleLine)