8 references to TypeParameterReferenceElementName
Microsoft.CodeAnalysis.Features (7)
Completion\Providers\AbstractDocCommentCompletionProvider.cs (6)
42{ TypeParameterReferenceElementName, ($"<{TypeParameterReferenceElementName}", $" {NameAttributeName}=\"", "\"", "/>") }, 59(TypeParameterReferenceElementName, NameAttributeName, $"{NameAttributeName}=\""), 176displayText: FormatParameter(TypeParameterReferenceElementName, t), 177beforeCaretText: FormatParameterRefTag(TypeParameterReferenceElementName, t), 195else if (tagName == TypeParameterReferenceElementName)
DocumentationComments\AbstractDocumentationCommentFormattingService.cs (1)
352DocumentationCommentXmlNames.TypeParameterReferenceElementName)
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Extensions\ISymbolExtensions.cs (1)
425var typeParameterRefs = document.Descendants(DocumentationCommentXmlNames.TypeParameterReferenceElementName).ToImmutableArray();