1 write to _options
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (1)
Internal\NamedPipeConnectionListener.cs (1)
192_options = options;
3 references to _options
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (3)
Internal\NamedPipeConnectionListener.cs (3)
206if (_options.CurrentUserOnly) 215PipeSecurity = _options.PipeSecurity 217return _options.CreateNamedPipeServerStream(context);