4 references to FileAttributeName
Microsoft.CodeAnalysis.CSharp (4)
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (2)
276
XAttribute fileAttr = includeElement.Attribute(XName.Get(DocumentationCommentXmlNames.
FileAttributeName
));
296
XAttribute fileAttr = includeElement.Attribute(XName.Get(DocumentationCommentXmlNames.
FileAttributeName
));
Parser\DocumentationCommentXmlTokens.cs (2)
33
private static readonly SyntaxToken s_fileToken = IdentifierWithLeadingSpace(DocumentationCommentXmlNames.
FileAttributeName
);
171
case DocumentationCommentXmlNames.
FileAttributeName
: