1 write to _editorOptionsService
Microsoft.CodeAnalysis.EditorFeatures (1)
DocumentationComments\AbstractDocumentationCommentCommandHandler.cs (1)
48
_editorOptionsService
= editorOptionsService;
2 references to _editorOptionsService
Microsoft.CodeAnalysis.EditorFeatures (2)
DocumentationComments\AbstractDocumentationCommentCommandHandler.cs (2)
96
var options = subjectBuffer.GetDocumentationCommentOptions(
_editorOptionsService
, document.Project.Services);
334
var options = subjectBuffer.GetDocumentationCommentOptions(
_editorOptionsService
, document.Project.Services);