1 write to _urls
Microsoft.AspNetCore.Tests (1)
WebApplicationTests.cs (1)
3102
_urls
= urls;
3 references to _urls
Microsoft.AspNetCore.Tests (3)
WebApplicationTests.cs (3)
3116
if (
_urls
.Count == 0)
3119
_urls
.Add("http://localhost:5000");
3120
_urls
.Add("https://localhost:5001");