Files

8 lines
125 B
C#
Raw Normal View History

2026-08-27 10:56:38 -06:00
namespace Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax;
internal enum XmlDocCommentStyle
{
SingleLine,
Delimited
}