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