58 references to Match
System (4)
regex\system\text\regularexpressions\Regex.cs (1)
841
return
Match
(input, UseOptionR() ? input.Length : 0);
regex\system\text\regularexpressions\RegexReplacement.cs (3)
196
match = regex.
Match
(input, startat);
275
match = regex.
Match
(input, startat);
358
match = regex.
Match
(input, startat);
System.Web (36)
Configuration\CapabilitiesPattern.cs (4)
59
if ((match = textPat.
Match
(text, textpos)).Success && match.Length > 0) {
70
if ((match = refPat.
Match
(text, textpos)).Success) {
77
else if ((match = varPat.
Match
(text, textpos)).Success) {
85
match = errorPat.
Match
(text, textpos);
Configuration\HttpCapabilitiesSectionHandler.cs (3)
405
if ((match = wsRegex.
Match
(text, textpos)).Success) {
413
if ((match = lineRegex.
Match
(text, textpos)).Success) {
421
match = errRegex.
Match
(text, textpos);
UI\BatchParser.cs (4)
134
if ((match = textRegex.
Match
(text, textPos)).Success) {
147
if ((match = directiveRegex.
Match
(text, textPos)).Success) {
154
else if ((match = includeRegex.
Match
(text, textPos)).Success) {
159
else if ((match = commentRegex.
Match
(text, textPos)).Success) {
UI\ControlBuilder.cs (10)
1352
if ((match = bindExpressionRegex.
Match
(codeBlockBuilder.Content, 0)).Success || (match = bindItemExpressionRegex.
Match
(codeBlockBuilder.Content, 0)).Success) {
2659
if ((match = databindRegex.
Match
(attribvalue, 0)).Success) {
2678
if ((match = bindExpressionRegex.
Match
(code, 0)).Success) {
2682
else if ((match = bindItemExpressionRegex.
Match
(code, 0)).Success) {
2690
(match = evalExpressionRegex.
Match
(code, 0)).Success) {
2700
if (!(match = bindParametersRegex.
Match
(paramString, 0)).Success) {
2704
else if (!(match = bindItemParametersRegex.
Match
(paramString, 0)).Success) {
2717
if (!(match = formatStringRegex.
Match
(formatString, 0)).Success) {
2744
else if ((match = expressionBuilderRegex.
Match
(attribvalue, 0)).Success) {
UI\CssStyleCollection.cs (1)
307
if ((match = _styleAttribRegex.
Match
( s, 0)).Success) {
UI\SimpleWebHandlerParser.cs (1)
222
match = directiveRegex.
Match
(text, textPos);
UI\TemplateParser.cs (13)
962
if ((match = textRegex.
Match
(text, textPos)).Success)
990
(match = directiveRegex.
Match
(text, textPos)).Success)
1026
else if ((match = includeRegex.
Match
(text, textPos)).Success)
1042
else if ((match = commentRegex.
Match
(text, textPos)).Success)
1054
(match = aspExprRegex.
Match
(text, textPos)).Success)
1062
else if (!flags[inScriptTag] && (match = aspEncodedExprRegex.
Match
(text, textPos)).Success) {
1071
(match = databindExprRegex.
Match
(text, textPos)).Success) {
1081
(match = aspCodeRegex.
Match
(text, textPos)).Success)
1101
lastGTIndex > textPos && (match = tagRegex.
Match
(text, textPos)).Success)
1118
else if ((match = endtagRegex.
Match
(text, textPos)).Success)
1715
return ControlBuilder.expressionBuilderRegex.
Match
(val, 0).Success;
2271
Match match = gtRegex.
Match
(text, textPos);
2290
Match matchLessThan = ltRegex.
Match
(tag, 1);
System.Web.Extensions (2)
UI\ScriptRegistrationManager.cs (2)
656
for (Match match = ScriptTagRegex.
Match
(scriptContent, lastIndex); match.Success; match = ScriptTagRegex.
Match
(scriptContent, lastIndex)) {
System.Web.Mobile (10)
UI\MobileControls\Design\Util\SimpleParser.cs (10)
120
if ((match = _textRegex.
Match
(text, textPos)).Success)
139
if ((match = _unclosedTagRegex.
Match
(text, textPos)).Success)
146
else if ((match = _tagRegex.
Match
(text, textPos)).Success)
152
else if ((match = _endtagRegex.
Match
(text, textPos)).Success)
184
else if ((match = _directiveRegex.
Match
(text, textPos)).Success)
191
else if ((match = _includeRegex.
Match
(text, textPos)).Success)
198
else if ((match = _commentRegex.
Match
(text, textPos)).Success)
204
else if ((match = _aspExprRegex.
Match
(text, textPos)).Success)
212
else if ((match = _databindExprRegex.
Match
(text, textPos)).Success)
218
else if ((match = _aspCodeRegex.
Match
(text, textPos)).Success)
System.Web.Services (6)
System\Web\Services\Discovery\LinkGrep.cs (6)
50
if ((match = doctypeDirectiveRegex.
Match
(text, textpos)).Success) {
64
if ((match = whitespaceRegex.
Match
(text, textpos)).Success) {
70
else if ((match = textRegex.
Match
(text, textpos)).Success) {
84
if ((match = tagRegex.
Match
(text, textpos)).Success)
127
else if ((match = endtagRegex.
Match
(text, textpos)).Success) {
133
else if ((match = commentRegex.
Match
(text, textpos)).Success) {