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