4 references to _components
Microsoft.AspNetCore.Http (4)
Builder\ApplicationBuilder.cs (4)
35private int MiddlewareCount => _components.Count; 122_components.Add(middleware); 195for (var c = _components.Count - 1; c >= 0; c--) 197app = _components[c](app);