1 instantiation of Student
Microsoft.AspNetCore.OpenApi.Tests (1)
Services\OpenApiSchemaService\OpenApiSchemaService.ParameterSchemas.cs (1)
721
result = new
Student
(value);
4 references to Student
Microsoft.AspNetCore.OpenApi.Tests (4)
Services\OpenApiSchemaService\OpenApiSchemaService.ParameterSchemas.cs (4)
678
builder.MapGet("/api/{student}", (
Student
student) => student);
709
private
Student
GetStudent(
Student
student) => student;
713
public static bool TryParse(string value, out
Student
result)