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