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