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