4 references to XmlNameAttribute
Microsoft.CodeAnalysis.CSharp (2)
Syntax\SyntaxFactory.cs (2)
943
return element.WithStartTag(element.StartTag.AddAttributes(
XmlNameAttribute
(parameterName)));
953
return XmlEmptyElement(DocumentationCommentXmlNames.ParameterReferenceElementName).AddAttributes(
XmlNameAttribute
(parameterName));
Microsoft.CodeAnalysis.CSharp.Features (2)
ChangeSignature\CSharpChangeSignatureService.cs (1)
832
List<XmlAttributeSyntax>(new[] {
XmlNameAttribute
(parameter.Name) })),
ReplacePropertyWithMethods\CSharpReplacePropertyWithMethodsService.ConvertValueToParamRewriter.cs (1)
30
.AddAttributes(SyntaxFactory.
XmlNameAttribute
("value"));