3 references to ExampleElementName
Microsoft.CodeAnalysis.CSharp (3)
Parser\DocumentationCommentXmlTokens.cs (2)
21
private static readonly SyntaxToken s_exampleToken = Identifier(DocumentationCommentXmlNames.
ExampleElementName
);
111
case DocumentationCommentXmlNames.
ExampleElementName
:
Syntax\SyntaxFactory.cs (1)
899
XmlElementSyntax element = XmlElement(DocumentationCommentXmlNames.
ExampleElementName
, content);