6 references to ParameterElementName
Microsoft.CodeAnalysis.CSharp (6)
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (1)
224if (ElementNameIs(element, DocumentationCommentXmlNames.ParameterElementName) ||
Parser\DocumentationCommentParser.cs (1)
511DocumentationCommentXmlNames.ElementEquals(localName, DocumentationCommentXmlNames.ParameterElementName) ||
Parser\DocumentationCommentXmlTokens.cs (2)
19private static readonly SyntaxToken s_paramToken = Identifier(DocumentationCommentXmlNames.ParameterElementName); 100case DocumentationCommentXmlNames.ParameterElementName:
Syntax\SyntaxExtensions.cs (1)
155if (DocumentationCommentXmlNames.ElementEquals(parentName, DocumentationCommentXmlNames.ParameterElementName))
Syntax\SyntaxFactory.cs (1)
942XmlElementSyntax element = XmlElement(DocumentationCommentXmlNames.ParameterElementName, content);