4 references to PathAttributeName
Microsoft.CodeAnalysis.CSharp (4)
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (2)
277
XAttribute pathAttr = includeElement.Attribute(XName.Get(DocumentationCommentXmlNames.
PathAttributeName
));
297
XAttribute pathAttr = includeElement.Attribute(XName.Get(DocumentationCommentXmlNames.
PathAttributeName
));
Parser\DocumentationCommentXmlTokens.cs (2)
35
private static readonly SyntaxToken s_pathToken = IdentifierWithLeadingSpace(DocumentationCommentXmlNames.
PathAttributeName
);
177
case DocumentationCommentXmlNames.
PathAttributeName
: