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