5 references to IncludeElementName
Microsoft.CodeAnalysis.Features (5)
Completion\Providers\AbstractDocCommentCompletionProvider.cs (5)
28private static readonly ImmutableArray<string> s_topLevelRepeatableTagNames = [ExceptionElementName, IncludeElementName, PermissionElementName];
36{ IncludeElementName, ($"<{IncludeElementName}", $" {FileAttributeName}=\'", $"\' {PathAttributeName}=\'[@name=\"\"]\'", "/>") },
61(IncludeElementName, FileAttributeName, $"{FileAttributeName}=\""),
62(IncludeElementName, PathAttributeName, $"{PathAttributeName}=\""),