2 references to RefPat
System.Web (2)
Configuration\BrowserCapabilitiesCodeGenerator.cs (1)
1410
if (RegexWorker.
RefPat
.Match(capsString).Success) {
Configuration\RegexWorker.cs (1)
40
MatchCollection matches =
RefPat
.Matches(from);