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