7 references to DocumentationCommentOptionsStorage
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (4)
DocumentationComments\DocumentationCommentTests.cs (4)
191
{
DocumentationCommentOptionsStorage
.AutoXmlDocCommentGeneration, false }
796
{
DocumentationCommentOptionsStorage
.AutoXmlDocCommentGeneration, false }
1299
{
DocumentationCommentOptionsStorage
.AutoXmlDocCommentGeneration, false }
1759
{
DocumentationCommentOptionsStorage
.AutoXmlDocCommentGeneration, false }
Microsoft.VisualStudio.LanguageServices.CSharp (3)
Options\AdvancedOptionPageControl.xaml.cs (1)
107
BindToOption(GenerateXmlDocCommentsForTripleSlash,
DocumentationCommentOptionsStorage
.AutoXmlDocCommentGeneration, LanguageNames.CSharp);
Options\AutomationObject\AutomationObject.DocumentationComment.cs (2)
13
get { return GetBooleanOption(
DocumentationCommentOptionsStorage
.AutoXmlDocCommentGeneration); }
14
set { SetBooleanOption(
DocumentationCommentOptionsStorage
.AutoXmlDocCommentGeneration, value); }