3 references to GetDocumentationCommentOptions
Microsoft.CodeAnalysis.EditorFeatures (1)
Options\TextBufferOptionProviders.cs (1)
24
return optionsProvider.GlobalOptions.
GetDocumentationCommentOptions
(lineFormattingOptions, languageServices.Language);
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Options\GlobalOptionsTests.cs (1)
192
VerifyDataMembersHaveNonDefaultValues(globalOptions.
GetDocumentationCommentOptions
(globalOptions.GetLineFormattingOptions(language), language), DocumentationCommentOptions.Default, language);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\OnAutoInsert\OnAutoInsertHandler.cs (1)
81
var docCommentOptions = globalOptions.
GetDocumentationCommentOptions
(formattingOptions.LineFormatting, document.Project.Language);