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