1 write to _regex
System.Web (1)
Configuration\CapabilitiesSection.cs (1)
34
_regex
= regex;
4 references to _regex
System.Web (4)
Configuration\CapabilitiesSection.cs (4)
44
if (
_regex
!= null) {
45
match =
_regex
.Match(_expr.Expand(state));
50
state.AddMatch(
_regex
, match);
60
if (
_regex
!= null) {