1 write to _options
Microsoft.AspNetCore.Http.Abstractions (1)
Extensions\MapMiddleware.cs (1)
32_options = options;
4 references to _options
Microsoft.AspNetCore.Http.Abstractions (4)
Extensions\MapMiddleware.cs (4)
44if (context.Request.Path.StartsWithSegments(_options.PathMatch, out var matchedPath, out var remainingPath)) 46if (!_options.PreserveMatchedPathSegment) 50return _options.Branch!(context); 66await _options.Branch!(context);