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