51 references to Match
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\DeploymentExceptionMapper.cs (1)
86Match match = regex.Match(msg);
System (9)
compmod\microsoft\csharp\csharpcodeprovider.cs (2)
532Match m = outputRegWithFileAndLine.Match(line); 538m = outputRegSimple.Match(line);
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
517Match m = outputReg.Match(line);
net\System\Net\_WebProxyDataBuilder.cs (1)
168Match results = parser.Match(rawString);
net\System\Net\WebPermission.cs (4)
1000Match M = R.AsRegex.Match(s); 1013M = R.AsRegex.Match(s); 1135Match M = L_Pattern.AsRegex.Match(uriString); 1146Match M = R_Pattern.AsRegex.Match(uriString);
regex\system\text\regularexpressions\Regex.cs (1)
823return new Regex(pattern, options, matchTimeout, true).Match(input);
System.Activities (2)
Microsoft\VisualBasic\Activities\XamlIntegration\VisualBasicExpressionConverter.cs (1)
133Match match = assemblyQualifiedNamespaceRegex.Match(prefix.Namespace);
System\Activities\WorkflowIdentity.cs (1)
304parser.match = identityString.Match(identity.Trim());
System.ComponentModel.DataAnnotations (4)
DataAnnotations\EmailAddressAttribute.cs (1)
30return valueAsString != null && _regex.Match(valueAsString).Length > 0;
DataAnnotations\PhoneAttribute.cs (1)
29return valueAsString != null && _regex.Match(valueAsString).Length > 0;
DataAnnotations\RegularExpressionAttribute.cs (1)
70Match m = this.Regex.Match(stringValue);
DataAnnotations\UrlAttribute.cs (1)
30return valueAsString != null && _regex.Match(valueAsString).Length > 0;
System.Configuration (1)
System\Configuration\RegexStringValidator.cs (1)
46Match match = _regex.Match((string)value);
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\Function.cs (1)
60System.Text.RegularExpressions.Match match = s_typeParser.Match(type);
System.Data.Entity.Design (1)
System\Data\EntityModel\Emitters\CommentEmitter.cs (1)
229Match match = LeadingBlanks.Match(line);
System.Data.Services (1)
System\Data\Services\Serializers\JsonReader.cs (1)
84Match match = DateTimeFormat.Match(s);
System.Data.Services.Design (1)
System\Data\EntityModel\Emitters\CommentEmitter.cs (1)
226Match match = LeadingBlanks.Match(line);
System.Data.SqlXml (2)
System\Xml\Xsl\QIL\QilXmlReader.cs (2)
407Match m = lineInfoRegex.Match(s); 421Match m = typeInfoRegex.Match(s);
System.ServiceModel (4)
System\ServiceModel\Administration\WbemProvider.cs (4)
786Match match = nsRegEx.Match(objectPath); 791match = classRegEx.Match(objectPath); 794match = keysRegEx.Match(keyValues); 824Match match = regEx.Match(query);
System.Web (6)
Configuration\BrowserCapabilitiesCodeGenerator.cs (1)
1410if (RegexWorker.RefPat.Match(capsString).Success) {
Configuration\DelayedRegex.cs (1)
33return _regex.Match(s);
Configuration\RegexWorker.cs (1)
93Match match = regex.Match(target);
State\OutOfProcStateClientManager.cs (1)
202Match ipv6RegexMatch = _ipv6ConnectionStringFormat.Match(stateConnectionString);
UI\TemplateParser.cs (2)
2283match = runatServerRegex.Match(tag); 2302if (TagRegex.Match(tag2).Success) {
System.Web.DynamicData (1)
DynamicData\ModelProviders\DLinqColumnProvider.cs (1)
84Match m = s_varCharRegEx.Match(dbType);
System.Web.Mobile (1)
Mobile\MobileErrorInfo.cs (1)
242match = _searchExpressions[i].Match(errorMessage);
System.Web.Services (2)
System\Web\Services\Protocols\PatternMatcher.cs (2)
80Match m = regex.Match(text); 114Match m = regex.Match(text);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripSettings.cs (1)
254Match match = r.Match(keys[i]);
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\XomlCompilerParameters.cs (1)
539Match match = options.Match(parameters.CompilerOptions);
System.Xml (12)
System\Xml\Serialization\SourceInfo.cs (2)
63Match match = regex.Match(Arg); 167match = regex2.Match(Source);
System\Xml\Serialization\XmlSerializationReaderILGen.cs (10)
2733Match match = regex.Match(source); 2779match = regex.Match(source); 2817Match match = regex.Match(source); 2852match = regex.Match(source); 3608Match match = regex.Match(elseString); 3618match = regex.Match(elseString); 3630match = regex.Match(elseString); 3642match = regex.Match(elseString); 3655Match match = regex.Match(paramsReadSource); 3664Match match = regex.Match(paramsReadSource);