1 instantiation of Project
FormatterWebSite (1)
Controllers\AsyncEnumerableController.cs (1)
37yield return new Project
7 references to Project
FormatterWebSite (6)
Controllers\AsyncEnumerableController.cs (4)
13public IAsyncEnumerable<Project> GetAllProjects() 17public async Task<IAsyncEnumerable<Project>> GetAllProjectsAsTask() 24public IAsyncEnumerable<Project> GetAllProjectsWithError() 27public async IAsyncEnumerable<Project> GetAllProjectsCore(bool throwError = false)
Controllers\ValidationController.cs (2)
60public Project CreateProject([FromBody] Project project)
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
AsyncEnumerableTestBase.cs (1)
50var projects = JsonSerializer.Deserialize<List<Project>>(content, TestJsonSerializerOptionsProvider.Options);