namespace Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax;
internal enum XmlDocCommentStyle
{
SingleLine,
Delimited
}