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