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