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)
44if (_regex != null) { 45match = _regex.Match(_expr.Expand(state)); 50state.AddMatch(_regex, match); 60if (_regex != null) {