4 references to GlobalEndpointRouteBuilderKey
Microsoft.AspNetCore (4)
WebApplication.cs (2)
38
Properties[
GlobalEndpointRouteBuilderKey
] = this;
215
newBuilder.Properties.Remove(
GlobalEndpointRouteBuilderKey
);
WebApplicationBuilder.cs (2)
411
app.Properties.Add(WebApplication.
GlobalEndpointRouteBuilderKey
, _builtApplication);
473
app.Properties.Remove(WebApplication.
GlobalEndpointRouteBuilderKey
);