1 write to _editorOptionsService
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
RawStringLiteral\RawStringLiteralCommandHandler.cs (1)
41
_editorOptionsService
= editorOptionsService;
1 reference to _editorOptionsService
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
RawStringLiteral\RawStringLiteralCommandHandler_Return.cs (1)
102
var indentationOptions = subjectBuffer.GetIndentationOptions(
_editorOptionsService
, document.Project.Services, explicitFormat: false);