7 references to Matches
System (1)
regex\system\text\regularexpressions\Regex.cs (1)
909return new Regex(pattern, options, matchTimeout, true).Matches(input);
System.Web (3)
Configuration\HttpCapabilitiesBase.cs (1)
410MatchCollection matches = regex.Matches(ua);
Configuration\RegexWorker.cs (1)
40MatchCollection matches = RefPat.Matches(from);
Handlers\AssemblyResourceLoader.cs (1)
661MatchCollection matches = webResourceRegex.Matches(content);
System.Web.DataVisualization (1)
Common\General\ImageMap.cs (1)
502foreach (Match match in _mapAttributesRegex.Matches(this._attributes))
System.Web.Extensions (1)
UI\ScriptResourceAttribute.cs (1)
108MatchCollection matches = _webResourceRegEx.Matches(content);
System.Windows.Forms.DataVisualization (1)
Common\General\ImageMap.cs (1)
502foreach (Match match in _mapAttributesRegex.Matches(this._attributes))