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