1 instantiation of MatchCollection
System (1)
regex\system\text\regularexpressions\Regex.cs (1)
946
return new
MatchCollection
(this, input, 0, input.Length, startat);
13 references to MatchCollection
System (7)
regex\system\text\regularexpressions\Regex.cs (5)
886
public static
MatchCollection
Matches(String input, String pattern) {
899
public static
MatchCollection
Matches(String input, String pattern, RegexOptions options) {
908
static
MatchCollection
Matches(String input, String pattern, RegexOptions options, TimeSpan matchTimeout) {
923
public
MatchCollection
Matches(String input) {
941
public
MatchCollection
Matches(String input, int startat) {
regex\system\text\regularexpressions\RegexMatchCollection.cs (2)
211
internal
MatchCollection
_matchcoll;
219
internal MatchEnumerator(
MatchCollection
matchcoll) {
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.Extensions (1)
UI\ScriptResourceAttribute.cs (1)
108
MatchCollection
matches = _webResourceRegEx.Matches(content);
System.Xml (2)
System\Xml\XmlConvert.cs (2)
93
MatchCollection
mc = null;
188
MatchCollection
mc = null;