1 write to _regexFactory
Microsoft.AspNetCore.Components (1)
src\Http\Routing\src\Constraints\RegexRouteConstraint.cs (1)
53
_regexFactory
= () => new Regex(
2 references to _regexFactory
Microsoft.AspNetCore.Components (2)
src\Http\Routing\src\Constraints\RegexRouteConstraint.cs (2)
68
Debug.Assert(
_regexFactory
is not null);
71
_constraint =
_regexFactory
();