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