1 write to Options
Microsoft.CodeAnalysis.Features (1)
IntroduceVariable\AbstractIntroduceVariableService.AbstractIntroduceVariableCodeAction.cs (1)
43
Options
= options;
3 references to Options
Microsoft.CodeAnalysis.Features (3)
IntroduceVariable\AbstractIntroduceVariableService.AbstractIntroduceVariableCodeAction.cs (1)
57
var simplifierOptions = await changedDocument.GetSimplifierOptionsAsync(
Options
.SimplifierOptions, cancellationToken).ConfigureAwait(false);
IntroduceVariable\AbstractIntroduceVariableService.IntroduceVariableAllOccurrenceCodeAction.cs (2)
35
document = await Simplifier.ReduceAsync(document, Simplifier.Annotation,
Options
.SimplifierOptions, cancellationToken).ConfigureAwait(false);
36
document = await Formatter.FormatAsync(document, Formatter.Annotation,
Options
.FormattingOptions, cancellationToken).ConfigureAwait(false);