1 write to Description
Microsoft.AspNetCore.OpenApi.SourceGenerators (1)
XmlComments\XmlResponseComment.cs (1)
33result.Add(new XmlResponseComment { Code = code, Description = description, Example = example });
1 reference to Description
Microsoft.AspNetCore.OpenApi.SourceGenerators (1)
XmlCommentGenerator.Emitter.cs (1)
614codeWriter.Write(FormatStringForCode(response.Description) + ", ");