8 references to ParameterReferenceElementName
Microsoft.CodeAnalysis.Features (8)
Completion\Providers\AbstractDocCommentCompletionProvider.cs (6)
43{ ParameterReferenceElementName, ($"<{ParameterReferenceElementName}", $" {NameAttributeName}=\"", "\"", "/>") }, 59(ParameterReferenceElementName, NameAttributeName, $"{NameAttributeName}=\""), 178displayText: FormatParameter(ParameterReferenceElementName, p), 179beforeCaretText: FormatParameterRefTag(ParameterReferenceElementName, p), 197if (tagName is ParameterElementName or ParameterReferenceElementName)
DocumentationComments\AbstractDocumentationCommentFormattingService.cs (2)
368else if (name is DocumentationCommentXmlNames.ParameterReferenceElementName or 371var kind = name == DocumentationCommentXmlNames.ParameterReferenceElementName ? SymbolDisplayPartKind.ParameterName : SymbolDisplayPartKind.TypeParameterName;