1 write to FallbackOptions
Microsoft.CodeAnalysis.Features (1)
CodeRefactorings\MoveType\AbstractMoveTypeService.State.cs (1)
32
FallbackOptions
= fallbackOptions;
4 references to FallbackOptions
Microsoft.CodeAnalysis.Features (4)
CodeRefactorings\MoveType\AbstractMoveTypeService.MoveTypeEditor.cs (4)
83
var documentWithMovedTypeFormattingOptions = await documentWithMovedType.GetSyntaxFormattingOptionsAsync(State.
FallbackOptions
, CancellationToken).ConfigureAwait(false);
102
var sourceDocumentFormattingOptions = await sourceDocument.GetSyntaxFormattingOptionsAsync(State.
FallbackOptions
, CancellationToken).ConfigureAwait(false);
165
var documentFormattingOptions = await document.GetDocumentFormattingOptionsAsync(State.
FallbackOptions
, CancellationToken).ConfigureAwait(false);
176
var lineFormattingOptions = await document.GetLineFormattingOptionsAsync(State.
FallbackOptions
, CancellationToken).ConfigureAwait(false);