1 write to _editorOptionsService
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
SplitStringLiteral\SplitStringLiteralCommandHandler.cs (1)
44
_editorOptionsService
= editorOptionsService;
2 references to _editorOptionsService
Microsoft.CodeAnalysis.CSharp.EditorFeatures (2)
SplitStringLiteral\SplitStringLiteralCommandHandler.cs (2)
57
if (!
_editorOptionsService
.GlobalOptions.GetOption(SplitStringLiteralOptionsStorage.Enabled))
90
var indentationOptions = subjectBuffer.GetIndentationOptions(
_editorOptionsService
, parsedDocument.LanguageServices, explicitFormat: false);