8 references to ParameterReferenceElementName
Microsoft.CodeAnalysis.Features (8)
Completion\Providers\AbstractDocCommentCompletionProvider.cs (6)
42{ ParameterReferenceElementName, ($"<{ParameterReferenceElementName}", $" {NameAttributeName}=\"", "\"", "/>") }, 58(ParameterReferenceElementName, NameAttributeName, $"{NameAttributeName}=\""), 172displayText: FormatParameter(ParameterReferenceElementName, p), 173beforeCaretText: FormatParameterRefTag(ParameterReferenceElementName, p), 191if (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;