1 write to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
NonNullableReferenceTypesTest.cs (1)
19Client = Factory.CreateDefaultClient();
5 references to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (5)
NonNullableReferenceTypesTest.cs (5)
38var response = await Client.GetAsync("http://localhost/NonNullable"); 60response = await Client.SendAsync(request); 80var response = await Client.GetAsync("http://localhost/NonNullable"); 104response = await Client.SendAsync(request); 116var response = await Client.GetAsync("http://localhost/api/NonNullable");