3 references to IsNamedPipe
Microsoft.AspNetCore.Http (2)
BindingAddress.cs (2)
92if (!IsNamedPipe) 117if (IsUnixPipe || IsNamedPipe)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\AddressBinder.cs (1)
124else if (parsedAddress.IsNamedPipe)