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