1 write to _urls
Microsoft.AspNetCore.Tests (1)
WebApplicationTests.cs (1)
3100
_urls
= urls;
3 references to _urls
Microsoft.AspNetCore.Tests (3)
WebApplicationTests.cs (3)
3114
if (
_urls
.Count == 0)
3117
_urls
.Add("http://localhost:5000");
3118
_urls
.Add("https://localhost:5001");