1 instantiation of XmlResponseComment
Microsoft.AspNetCore.OpenApi.SourceGenerators (1)
XmlComments\XmlResponseComment.cs (1)
33
result.Add(new
XmlResponseComment
{ Code = code, Description = description, Example = example });
5 references to XmlResponseComment
Microsoft.AspNetCore.OpenApi.SourceGenerators (5)
XmlCommentGenerator.Emitter.cs (1)
533
var
response = comment.Responses[i];
XmlComments\XmlComment.cs (2)
24
public List<
XmlResponseComment
> Responses { get; internal set; } = [];
61
Responses =
XmlResponseComment
.GetXmlResponseCommentList(nav, "/member/response");
XmlComments\XmlResponseComment.cs (2)
16
public static List<
XmlResponseComment
> GetXmlResponseCommentList(XPathNavigator navigator, string xpath)
19
var result = new List<
XmlResponseComment
>();