5 references to TypeAttributeName
Microsoft.CodeAnalysis.Features (5)
Completion\Providers\AbstractDocCommentCompletionProvider.cs (4)
41{ ListElementName, ($"<{ListElementName}", $" {TypeAttributeName}=\"", "\"", null) }, 56(ListElementName, TypeAttributeName, $"{TypeAttributeName}=\""), 211else if (attributeName == TypeAttributeName && tagName == ListElementName)
DocumentationComments\AbstractDocumentationCommentFormattingService.cs (1)
407var rawListType = element.Attribute(DocumentationCommentXmlNames.TypeAttributeName)?.Value;