Implemented interface member:
property
Name
Microsoft.AspNetCore.Http.Generators.Tests.ITodo.Name
11 writes to Name
Microsoft.AspNetCore.Http.Extensions.Tests (11)
RequestDelegateGenerator\RequestDelegateCreationTests.BindAsync.cs (2)
206Name = "Write more tests!" 262Name = "Write more tests!"
RequestDelegateGenerator\RequestDelegateCreationTests.Filters.cs (1)
267var httpContext = CreateHttpContextWithBody(new Todo { Name = "Write tests", IsComplete = true });
RequestDelegateGenerator\RequestDelegateCreationTests.JsonBody.cs (2)
22Name = "Test Item", 120Name = "Test Item",
RequestDelegateGenerator\RequestDelegateCreationTests.JsonBodyOrService.cs (3)
22Name = "Test Item", 74Name = "Test", 122var todo = new Todo() { Name = "Default Todo" };
RequestDelegateGenerator\RequestDelegateCreationTests.Logging.cs (1)
431Name = "Write more tests!"
RequestDelegateGenerator\SharedTypes.cs (2)
72Name = "Knit kitten mittens.", 1004todo.Name = reader.GetString();
10 references to Name
Microsoft.AspNetCore.Http.Extensions.Tests (10)
RequestDelegateGenerator\RequestDelegateCreationTests.BindAsync.cs (3)
254Assert.Equal("Write more tests!", todo!.Name); 307Assert.Equal("Write more tests!", todo0!.Name); 310Assert.Equal("Write more tests!", todo1!.Name);
RequestDelegateGenerator\RequestDelegateCreationTests.Responses.cs (5)
321Assert.Equal("Write even more tests!", deserializedResponseBody!.Name); 393Assert.Equal("Write even more tests!", todo.Name); 470Assert.Equal("Write even more tests!", todo!.Name); 572Assert.Equal("Write even more tests!", todo!.Name); 656Assert.Equal("Write even more tests!", todo!.Name);
RequestDelegateGenerator\RuntimeCreationTests.ComplexFormBinding.cs (2)
41Assert.Equal("Write tests", todo.Name); 77Assert.Equal("Write tests", todo.Name);