4 references to ParameterReferenceElementName
Microsoft.CodeAnalysis.CSharp (4)
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (1)
225ElementNameIs(element, DocumentationCommentXmlNames.ParameterReferenceElementName))
Parser\DocumentationCommentParser.cs (1)
512DocumentationCommentXmlNames.ElementEquals(localName, DocumentationCommentXmlNames.ParameterReferenceElementName) ||
Syntax\SyntaxExtensions.cs (1)
159else if (DocumentationCommentXmlNames.ElementEquals(parentName, DocumentationCommentXmlNames.ParameterReferenceElementName))
Syntax\SyntaxFactory.cs (1)
953return XmlEmptyElement(DocumentationCommentXmlNames.ParameterReferenceElementName).AddAttributes(XmlNameAttribute(parameterName));