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)
57if (!_editorOptionsService.GlobalOptions.GetOption(SplitStringLiteralOptionsStorage.Enabled)) 90var indentationOptions = subjectBuffer.GetIndentationOptions(_editorOptionsService, parsedDocument.LanguageServices, explicitFormat: false);