2 references to _editorOptionsService
Microsoft.CodeAnalysis.CSharp.EditorFeatures (2)
SplitStringLiteral\SplitStringLiteralCommandHandler.cs (2)
50
if (!
_editorOptionsService
.GlobalOptions.GetOption(SplitStringLiteralOptionsStorage.Enabled))
83
var indentationOptions = subjectBuffer.GetIndentationOptions(
_editorOptionsService
, document.Project.GetFallbackAnalyzerOptions(), parsedDocument.LanguageServices, explicitFormat: false);