1 type derived from Match
System (1)
2 instantiations of Match
System (2)
137 references to Match
PresentationBuildTasks (1)
PresentationFramework (2)
System (41)
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\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)
System.Activities.Presentation (1)
System.ComponentModel.DataAnnotations (1)
System.Configuration (1)
System.Data (1)
System.Data.Entity (1)
System.Data.Entity.Design (1)
System.Data.Linq (1)
System.Data.Services (1)
System.Data.Services.Design (1)
System.Data.SqlXml (2)
System.Management (1)
System.ServiceModel (2)
System.ServiceModel.Activation (2)
System.Web (45)
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) {
System.Web.DataVisualization (1)
System.Web.DynamicData (1)
System.Web.Extensions (3)
System.Web.Mobile (3)
System.Web.Services (3)
System.Windows.Forms (1)
System.Windows.Forms.DataVisualization (1)
System.Workflow.ComponentModel (1)
System.Xml (16)