2 references to _interceptsLocationAttributeRegex
Microsoft.AspNetCore.Http.Microbenchmarks (2)
src\Http\Http.Extensions\test\RequestDelegateGenerator\RequestDelegateCreationTestBase.cs (2)
367
newSource = Regex.Replace(newSource,
_interceptsLocationAttributeRegex
, "%INTERCEPTSLOCATIONATTRIBUTE%");
394
if (Regex.IsMatch(actualLine,
_interceptsLocationAttributeRegex
))