1 write to _editorOptionsService
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Interactive\InteractiveCommandHandler.cs (1)
35
_editorOptionsService
= editorOptionsService;
2 references to _editorOptionsService
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
Interactive\InteractiveCommandHandler.cs (2)
49
var editorOptions =
_editorOptionsService
.Factory.GetOptions(args.SubjectBuffer);
114
var editorOptions =
_editorOptionsService
.Factory.GetOptions(args.SubjectBuffer);