4 references to NameAttributeName
Microsoft.AspNetCore.OpenApi.SourceGenerators (4)
XmlCommentGenerator.Parser.cs (1)
37
var name = member.Attribute(DocumentationCommentXmlNames.
NameAttributeName
)?.Value;
XmlComments\XmlComment.cs (2)
118
var paramName = element.Attribute(DocumentationCommentXmlNames.
NameAttributeName
)?.Value;
133
var paramName = element.Attribute(DocumentationCommentXmlNames.
NameAttributeName
)?.Value;
XmlComments\XmlComment.InheritDoc.cs (1)
234
if (typeParameterRef.Attribute(DocumentationCommentXmlNames.
NameAttributeName
) is XAttribute typeParamName)