1 type derived from Match
System (1)
regex\system\text\regularexpressions\RegexMatch.cs (1)
414internal class MatchSparse : Match {
2 instantiations of Match
System (2)
regex\system\text\regularexpressions\RegexMatch.cs (1)
48internal static Match _empty = new Match(null, 1, String.Empty, 0, 0, 0);
regex\system\text\regularexpressions\RegexRunner.cs (1)
302runmatch = new Match (runregex, runregex.capsize, runtext, runtextbeg, runtextend - runtextbeg, runtextstart);
137 references to Match
PresentationBuildTasks (1)
BuildTasks\Microsoft\Build\Tasks\Windows\UidManager.cs (1)
1348private static string EscapeMatch(Match match)
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\DeploymentExceptionMapper.cs (1)
86Match match = regex.Match(msg);
src\Framework\MS\Internal\Globalization\BamlResourceContent.cs (1)
108private static string UnescapeMatch(Match match)
System (41)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
532Match m = outputRegWithFileAndLine.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 (3)
1000Match M = R.AsRegex.Match(s); 1135Match M = L_Pattern.AsRegex.Match(uriString); 1146Match M = R_Pattern.AsRegex.Match(uriString);
regex\system\text\regularexpressions\Regex.cs (9)
798public static Match Match(String input, String pattern) { 812public static Match Match(String input, String pattern, RegexOptions options) { 822static Match Match(String input, String pattern, RegexOptions options, TimeSpan matchTimeout) { 836public Match Match(String input) { 851public Match Match(String input, int startat) { 870public Match Match(String input, int beginning, int length) { 1286internal Match Run(bool quick, int prevlen, String input, int beginning, int length, int startat) { 1287Match match; 1424public delegate String MatchEvaluator(Match match);
regex\system\text\regularexpressions\RegexGroupCollection.cs (2)
25internal Match _match; 41internal GroupCollection(Match match, Hashtable caps) {
regex\system\text\regularexpressions\RegexMatch.cs (5)
48internal static Match _empty = new Match(null, 1, String.Empty, 0, 0, 0); 69public static Match Empty { 135public Match NextMatch() { 205static public Match Synchronized(Match inner) {
regex\system\text\regularexpressions\RegexMatchCollection.cs (6)
67internal Match GetMatch(int i) { 72return (Match)_matches[i]; 77Match match; 146public virtual Match this[int i] 149Match match; 212internal Match _match = null;
regex\system\text\regularexpressions\RegexReplacement.cs (6)
94private void ReplacementImpl(StringBuilder sb, Match match) { 124private void ReplacementImplRTL(List<String> al, Match match) { 162internal String Replacement(Match match) { 186Match match; 263Match match; 341Match match;
regex\system\text\regularexpressions\RegexRunner.cs (7)
79protected internal Match runmatch; // result object 110protected internal Match Scan(Regex regex, String text, int textbeg, int textend, int textstart, int prevlen, bool quick) { 119Match Scan(Regex regex, String text, int textbeg, int textend, int textstart, int prevlen, bool quick, TimeSpan timeout) { 149return Match.Empty; 196return Match.Empty; 342private Match TidyMatch(bool quick) { 344Match match = runmatch;
System.Activities (2)
Microsoft\VisualBasic\Activities\XamlIntegration\VisualBasicExpressionConverter.cs (1)
133Match match = assemblyQualifiedNamespaceRegex.Match(prefix.Namespace);
System\Activities\WorkflowIdentity.cs (1)
286Match match;
System.Activities.Presentation (1)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\TypeNameHelper.cs (1)
81public string Evaluate(Match match)
System.ComponentModel.DataAnnotations (1)
DataAnnotations\RegularExpressionAttribute.cs (1)
70Match m = this.Regex.Match(stringValue);
System.Configuration (1)
System\Configuration\RegexStringValidator.cs (1)
46Match match = _regex.Match((string)value);
System.Data (1)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\TypeNameHelper.cs (1)
81public string Evaluate(Match match)
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.Linq (1)
SqlClient\Query\SqlIdentifier.cs (1)
133Match m = Regex.Match(quotedS, pattern);
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.Management (1)
Instrumentation\EventSource.cs (1)
531Match match = Regex.Match(strObjectPath.ToLower(CultureInfo.InvariantCulture), "(.*?)\\.instanceid=\"(.*?)\",processid=\"(.*?)\"");
System.ServiceModel (2)
System\ServiceModel\Administration\WbemProvider.cs (2)
786Match match = nsRegEx.Match(objectPath); 824Match match = regEx.Match(query);
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\ServiceParser.cs (2)
387Match match; 456string ProcessAttributes(Match match, IDictionary attribs)
System.Web (45)
Configuration\CapabilitiesPattern.cs (1)
55Match match = null;
Configuration\CapabilitiesSection.cs (1)
40Match match;
Configuration\CapabilitiesState.cs (2)
61internal virtual void AddMatch(DelayedRegex regex, Match match) { 82Group group = ((Match)_matchlist[i]).Groups[groupnum];
Configuration\DelayedRegex.cs (1)
31internal Match Match(String s) {
Configuration\HttpCapabilitiesBase.cs (1)
417foreach (Match match in matches) {
Configuration\HttpCapabilitiesSectionHandler.cs (1)
403Match match;
Configuration\RegexWorker.cs (2)
50foreach (Match match in matches) { 93Match match = regex.Match(target);
ErrorFormatter.cs (1)
1259Match m = Regex.Match(_htmlEncodedUrl, @"\.\w+$");
Handlers\AssemblyResourceLoader.cs (1)
664foreach (Match match in matches) {
Routing\ParsedRoute.cs (1)
334private static string EscapeReservedCharacters(Match m) {
State\OutOfProcStateClientManager.cs (1)
202Match ipv6RegexMatch = _ipv6ConnectionStringFormat.Match(stateConnectionString);
UI\BatchParser.cs (3)
130Match match; 183private void ProcessServerInclude(Match match) { 298private string ProcessAttributes(Match match, IDictionary attribs) {
UI\ControlBuilder.cs (2)
1350Match match; 2652Match match;
UI\CssStyleCollection.cs (1)
305Match match;
UI\ParseRecorder.cs (8)
77public virtual void RecordBeginTag(ControlBuilder builder, Match tag) { 83public virtual void RecordEndTag(ControlBuilder builder, Match tag) { 89public virtual void RecordEmptyTag(ControlBuilder builder, Match tag) { 95public virtual void RecordCodeBlock(ControlBuilder builder, Match codeBlock) { 133public override void RecordBeginTag(ControlBuilder builder, Match tag) { 139public override void RecordEndTag(ControlBuilder builder, Match tag) { 145public override void RecordEmptyTag(ControlBuilder builder, Match tag) { 151public override void RecordCodeBlock(ControlBuilder builder, Match codeBlock) {
UI\SimpleWebHandlerParser.cs (2)
217Match match; 257private string ProcessAttributes(Match match, IDictionary attribs) {
UI\TemplateParser.cs (11)
955Match match; 1161void CreateModifiedMainDirectiveFileIfNeeded(string text, Match match, 1457private bool ProcessBeginTag(Match match, string inputText) { 1624private void ProcessScriptTag(Match match, string text, IDictionary attribs, bool fSelfClosed) { 1693private bool ProcessEndTag(Match match) { 2271Match match = gtRegex.Match(text, textPos); 2290Match matchLessThan = ltRegex.Match(tag, 1); 2402private void ProcessServerInclude(Match match) { 2489private void ProcessCodeBlock(Match match, CodeBlockType blockType, string text) { 2667private string ProcessAttributes(string text, Match match, out ParsedAttributeCollection attribs, 2785private bool MaybeTerminateControl(string tagName, Match match) {
UI\WebControls\basecomparevalidator.cs (3)
290Match m = Regex.Match(text, currencyExpression); 315Match m = Regex.Match(text, doubleExpression); 339Match m = Regex.Match(text, dateYearFirstExpression);
UI\WebControls\RegularExpressionValidator.cs (1)
93Match m = RegexUtil.Match(controlValue, ValidationExpression, RegexOptions.None, MatchTimeout);
Util\RegexUtil.cs (1)
24public static Match Match(string stringToMatch, string pattern, RegexOptions regOption, int? timeoutInMillsec) {
System.Web.DataVisualization (1)
Common\General\ImageMap.cs (1)
502foreach (Match match in _mapAttributesRegex.Matches(this._attributes))
System.Web.DynamicData (1)
DynamicData\ModelProviders\DLinqColumnProvider.cs (1)
84Match m = s_varCharRegEx.Match(dbType);
System.Web.Extensions (3)
Script\Serialization\JavaScriptObjectDeserializer.cs (1)
371Match match = Regex.Match(_s.Substring(pos + DateTimeSuffixLength),
UI\ScriptRegistrationManager.cs (1)
656for (Match match = ScriptTagRegex.Match(scriptContent, lastIndex); match.Success; match = ScriptTagRegex.Match(scriptContent, lastIndex)) {
UI\ScriptResourceAttribute.cs (1)
110foreach (Match match in matches) {
System.Web.Mobile (3)
Mobile\MobileErrorInfo.cs (1)
224Match match = null;
UI\MobileControls\Design\Util\SimpleParser.cs (1)
117Match match = null;
UI\MobileControls\PhoneCall.cs (1)
65Match match = Regex.Match(value, PhoneNumberFormat);
System.Web.Services (3)
System\Web\Services\Discovery\LinkGrep.cs (1)
48Match match;
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.Windows.Forms.DataVisualization (1)
Common\General\ImageMap.cs (1)
502foreach (Match match in _mapAttributesRegex.Matches(this._attributes))
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\XomlCompilerParameters.cs (1)
539Match match = options.Match(parameters.CompilerOptions);
System.Xml (16)
System\Xml\Serialization\SourceInfo.cs (1)
63Match match = regex.Match(Arg);
System\Xml\Serialization\XmlSerializationReaderILGen.cs (5)
2733Match match = regex.Match(source); 2817Match match = regex.Match(source); 3608Match match = regex.Match(elseString); 3655Match match = regex.Match(paramsReadSource); 3664Match match = regex.Match(paramsReadSource);
System\Xml\XmlConvert.cs (10)
108Match m = (Match)en.Current; 116Match m = (Match)en.Current; 202Match m = (Match)en.Current; 232Match m = (Match)en.Current; 249Match m = (Match)en.Current;