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