6 references to TypeParameterElementName
Microsoft.CodeAnalysis.CSharp (6)
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (1)
229else if (ElementNameIs(element, DocumentationCommentXmlNames.TypeParameterElementName))
Parser\DocumentationCommentParser.cs (1)
513DocumentationCommentXmlNames.ElementEquals(localName, DocumentationCommentXmlNames.TypeParameterElementName) ||
Parser\DocumentationCommentXmlTokens.cs (3)
27private static readonly SyntaxToken s_typeparamToken = Identifier(DocumentationCommentXmlNames.TypeParameterElementName); 134case DocumentationCommentXmlNames.TypeParameterElementName: 147if (text == DocumentationCommentXmlNames.TypeParameterElementName)
Syntax\SyntaxExtensions.cs (1)
163else if (DocumentationCommentXmlNames.ElementEquals(parentName, DocumentationCommentXmlNames.TypeParameterElementName))