11 references to SeeElementName
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Classification\Worker_DocumentationComments.cs (2)
288return node is XmlElementStartTagSyntax { Name: XmlNameSyntax { Prefix: null, LocalName: SyntaxToken { Text: DocumentationCommentXmlNames.SeeElementName } } } 289|| node is XmlEmptyElementSyntax { Name: XmlNameSyntax { Prefix: null, LocalName: SyntaxToken { Text: DocumentationCommentXmlNames.SeeElementName } } };
Microsoft.CodeAnalysis.Features (8)
Completion\Providers\AbstractDocCommentCompletionProvider.cs (7)
39{ SeeElementName, ($"<{SeeElementName}", $" {CrefAttributeName}=\"", "\"", "/>") }, 51(SeeElementName, CrefAttributeName, $"{CrefAttributeName}=\""), 52(SeeElementName, LangwordAttributeName, $"{LangwordAttributeName}=\""), 53(SeeElementName, HrefAttributeName, $"{HrefAttributeName}=\""), 128=> [GetCDataItem(), GetCommentItem(), GetItem(InheritdocElementName), GetItem(SeeElementName), GetItem(SeeAlsoElementName)]; 207else if (attributeName == LangwordAttributeName && tagName == SeeElementName)
DocumentationComments\AbstractDocumentationCommentFormattingService.cs (1)
346if (name is DocumentationCommentXmlNames.SeeElementName or
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Extensions\ISymbolExtensions.cs (1)
439var replacement = new XElement(DocumentationCommentXmlNames.SeeElementName);