6 references to PathAttributeName
Microsoft.CodeAnalysis.Features (5)
Completion\Providers\AbstractDocCommentCompletionProvider.cs (5)
35{ IncludeElementName, ($"<{IncludeElementName}", $" {FileAttributeName}=\'", $"\' {PathAttributeName}=\'[@name=\"\"]\'", "/>") }, 61(IncludeElementName, PathAttributeName, $"{PathAttributeName}=\""), 63(InheritdocElementName, PathAttributeName, $"{PathAttributeName}=\""),
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Extensions\ISymbolExtensions.cs (1)
347var pathAttribute = element.Attribute(XName.Get(DocumentationCommentXmlNames.PathAttributeName));