8 references to TypeParameterReferenceElementName
Microsoft.CodeAnalysis.Features (7)
Completion\Providers\AbstractDocCommentCompletionProvider.cs (6)
43{ TypeParameterReferenceElementName, ($"<{TypeParameterReferenceElementName}", $" {NameAttributeName}=\"", "\"", "/>") }, 60(TypeParameterReferenceElementName, NameAttributeName, $"{NameAttributeName}=\""), 182displayText: FormatParameter(TypeParameterReferenceElementName, t), 183beforeCaretText: FormatParameterRefTag(TypeParameterReferenceElementName, t), 201else 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();