1 write to NextPortIndex
Microsoft.AspNetCore.Server.HttpSys (1)
UrlPrefixCollection.cs (1)
230NextPortIndex += index + 1;
1 reference to NextPortIndex
Microsoft.AspNetCore.Server.HttpSys (1)
UrlPrefixCollection.cs (1)
222var port = ((index + NextPortIndex) % MaxPortIndex) + BasePort;