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