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