5 references to LangwordAttributeName
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Classification\Worker_DocumentationComments.cs (1)
276
return attribute.Name.LocalName.Text == DocumentationCommentXmlNames.
LangwordAttributeName
&& IsSeeElement(attribute.Parent);
Microsoft.CodeAnalysis.Features (4)
Completion\Providers\AbstractDocCommentCompletionProvider.cs (3)
51
(SeeElementName,
LangwordAttributeName
, $"{
LangwordAttributeName
}=\""),
201
else if (attributeName ==
LangwordAttributeName
&& tagName == SeeElementName)
DocumentationComments\AbstractDocumentationCommentFormattingService.cs (1)
483
var displayKind = attributeName == DocumentationCommentXmlNames.
LangwordAttributeName