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