8 references to ParameterReferenceElementName
Microsoft.CodeAnalysis.Features (8)
Completion\Providers\AbstractDocCommentCompletionProvider.cs (6)
41{ ParameterReferenceElementName, ($"<{ParameterReferenceElementName}", $" {NameAttributeName}=\"", "\"", "/>") }, 57(ParameterReferenceElementName, NameAttributeName, $"{NameAttributeName}=\""), 166displayText: FormatParameter(ParameterReferenceElementName, p), 167beforeCaretText: FormatParameterRefTag(ParameterReferenceElementName, p), 185if (tagName is ParameterElementName or ParameterReferenceElementName)
DocumentationComments\AbstractDocumentationCommentFormattingService.cs (2)
351else if (name is DocumentationCommentXmlNames.ParameterReferenceElementName or 354var kind = name == DocumentationCommentXmlNames.ParameterReferenceElementName ? SymbolDisplayPartKind.ParameterName : SymbolDisplayPartKind.TypeParameterName;