1 write to Responses
Microsoft.AspNetCore.OpenApi.SourceGenerators (1)
XmlComments\XmlComment.cs (1)
64Responses = XmlResponseComment.GetXmlResponseCommentList(nav, "/member/response");
5 references to Responses
Microsoft.AspNetCore.OpenApi.SourceGenerators (5)
XmlCommentGenerator.Emitter.cs (5)
633if (comment.Responses is null || comment.Responses.Count == 0) 640for (var i = 0; i < comment.Responses.Count; i++) 642var response = comment.Responses[i]; 647if (i < comment.Responses.Count - 1)