7 references to InheritdocElementName
Microsoft.CodeAnalysis.CSharp.Features (1)
src\Analyzers\CSharp\CodeFixes\ConvertToRecord\ConvertToRecordEngine.cs (1)
771
XmlName(DocumentationCommentXmlNames.
InheritdocElementName
)));
Microsoft.CodeAnalysis.Features (5)
Completion\Providers\AbstractDocCommentCompletionProvider.cs (5)
36
{
InheritdocElementName
, ($"<{
InheritdocElementName
}", $"", "", "/>") },
62
(
InheritdocElementName
, CrefAttributeName, $"{CrefAttributeName}=\""),
63
(
InheritdocElementName
, PathAttributeName, $"{PathAttributeName}=\""),
127
=> [GetCDataItem(), GetCommentItem(), GetItem(
InheritdocElementName
), GetItem(SeeElementName), GetItem(SeeAlsoElementName)];
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Extensions\ISymbolExtensions.cs (1)
302
if (ElementNameIs(element, DocumentationCommentXmlNames.
InheritdocElementName
))