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