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