1 write to _editorOptionsService
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
70
_editorOptionsService
= editorOptionsService;
4 references to _editorOptionsService
Microsoft.VisualStudio.LanguageServices.Implementation (4)
CodeModel\AbstractCodeModelService.cs (4)
83
var editorOptions = (textBuffer != null) ?
_editorOptionsService
.Factory.GetOptions(textBuffer) :
_editorOptionsService
.Factory.GlobalOptions;
1046
var options = await document.GetSyntaxFormattingOptionsAsync(
_editorOptionsService
.GlobalOptions, cancellationToken).ConfigureAwait(false);
1092
var simplifierOptions = await document.GetSimplifierOptionsAsync(
_editorOptionsService
.GlobalOptions, cancellationToken).ConfigureAwait(false);