7 references to InheritdocElementName
Microsoft.CodeAnalysis.CSharp.Features (1)
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)