5 references to Default
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Options\GlobalOptionsTests.cs (1)
192
VerifyDataMembersHaveNonDefaultValues(globalOptions.GetDocumentationCommentOptions(globalOptions.GetLineFormattingOptions(language), language), DocumentationCommentOptions.
Default
, language);
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Features\Options\DocumentationCommentOptionsStorage.cs (3)
23
"dotnet_auto_xml_doc_comment_generation", DocumentationCommentOptions.
Default
.AutoXmlDocCommentGeneration);
26
"dotnet_generate_summary_tag_on_single_line", DocumentationCommentOptions.
Default
.GenerateSummaryTagOnSingleLine);
29
"dotnet_generate_only_summary_tag", DocumentationCommentOptions.
Default
.GenerateOnlySummaryTag);
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
Remote\ServiceDescriptorTests.cs (1)
205
DocumentationCommentOptions.
Default