9 references to SeeElementName
Microsoft.CodeAnalysis.Features (8)
Completion\Providers\AbstractDocCommentCompletionProvider.cs (7)
38
{
SeeElementName
, ($"<{
SeeElementName
}", $" {CrefAttributeName}=\"", "\"", "/>") },
50
(
SeeElementName
, CrefAttributeName, $"{CrefAttributeName}=\""),
51
(
SeeElementName
, LangwordAttributeName, $"{LangwordAttributeName}=\""),
52
(
SeeElementName
, HrefAttributeName, $"{HrefAttributeName}=\""),
122
=> new[] { GetCDataItem(), GetCommentItem(), GetItem(InheritdocElementName), GetItem(
SeeElementName
), GetItem(SeeAlsoElementName) };
196
else if (attributeName == LangwordAttributeName && tagName ==
SeeElementName
)
DocumentationComments\AbstractDocumentationCommentFormattingService.cs (1)
330
if (name is DocumentationCommentXmlNames.
SeeElementName
or
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Extensions\ISymbolExtensions.cs (1)
444
var replacement = new XElement(DocumentationCommentXmlNames.
SeeElementName
);