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