2 references to _interceptsLocationAttributeRegex
Microsoft.AspNetCore.Http.Extensions.Tests (2)
RequestDelegateGenerator\RequestDelegateCreationTestBase.cs (2)
366
newSource = Regex.Replace(newSource,
_interceptsLocationAttributeRegex
, "%INTERCEPTSLOCATIONATTRIBUTE%");
393
if (Regex.IsMatch(actualLine,
_interceptsLocationAttributeRegex
))