5 references to ExceptionElementName
Microsoft.CodeAnalysis.Features (4)
Completion\Providers\AbstractDocCommentCompletionProvider.cs (4)
27
private static readonly ImmutableArray<string> s_topLevelRepeatableTagNames = ImmutableArray.Create(
ExceptionElementName
, IncludeElementName, PermissionElementName);
34
{
ExceptionElementName
, ($"<{
ExceptionElementName
}", $" {CrefAttributeName}=\"", "\"", null) },
48
(
ExceptionElementName
, CrefAttributeName, $"{CrefAttributeName}=\""),
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Utilities\DocumentationComment.cs (1)
277
else if (XmlNames.ElementEquals(localName, XmlNames.
ExceptionElementName
))