3 references to SummaryElementName
Microsoft.CodeAnalysis.CSharp (3)
Parser\DocumentationCommentXmlTokens.cs (2)
25
private static readonly SyntaxToken s_summaryToken = Identifier(DocumentationCommentXmlNames.
SummaryElementName
);
123
case DocumentationCommentXmlNames.
SummaryElementName
:
Syntax\SyntaxFactory.cs (1)
689
return XmlMultiLineElement(DocumentationCommentXmlNames.
SummaryElementName
, content);