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