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