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