6 references to Options
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (6)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Context\FormattingContext.cs (5)
99
Options
.TabSize,
100
Options
.IndentationSize,
199
return baseIndentationDelta * self.
Options
.IndentationSize;
230
var indentation = operation.IndentationDeltaOrPosition *
Options
.IndentationSize;
242
totalAdjustment += operation.IndentationDeltaOrPosition *
Options
.IndentationSize;
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\TriviaEngine\AbstractTriviaFormatter.cs (1)
229
get { return this.Context.
Options
; }