83 references to Index
System (23)
net\System\Net\WebPermission.cs (4)
1002
&& (M.
Index
== 0) // ... which starts at the begining
1015
&& (M.
Index
== 0) // ... which starts at the begining
1137
&& (M.
Index
== 0) // ... which starts at the begining
1148
&& (M.
Index
== 0) // ... which starts at the begining
regex\system\text\regularexpressions\RegexReplacement.cs (19)
208
if (match.
Index
!= prevat)
209
sb.Append(input, prevat, match.
Index
- prevat);
211
prevat = match.
Index
+ match.Length;
227
if (match.
Index
+ match.Length != prevat)
228
al.Add(input.Substring(match.
Index
+ match.Length, prevat - match.
Index
- match.Length));
230
prevat = match.
Index
;
288
if (match.
Index
!= prevat)
289
sb.Append(input, prevat, match.
Index
- prevat);
291
prevat = match.
Index
+ match.Length;
309
if (match.
Index
+ match.Length != prevat)
310
al.Add(input.Substring(match.
Index
+ match.Length, prevat - match.
Index
- match.Length));
312
prevat = match.
Index
;
372
al.Add(input.Substring(prevat, match.
Index
- prevat));
374
prevat = match.
Index
+ match.Length;
397
al.Add(input.Substring(match.
Index
+ match.Length, prevat - match.
Index
- match.Length));
399
prevat = match.
Index
;
System.ComponentModel.DataAnnotations (1)
DataAnnotations\RegularExpressionAttribute.cs (1)
74
return (m.Success && m.
Index
== 0 && m.Length == stringValue.Length);
System.ServiceModel.Activation (4)
System\ServiceModel\Activation\ServiceParser.cs (4)
407
lineNumber += ServiceParserUtilities.LineCount(this.serviceText, textPos, match.
Index
);
408
textPos = match.
Index
;
418
lineNumber += ServiceParserUtilities.LineCount(this.serviceText, textPos, match.
Index
+ match.Length);
419
textPos = match.
Index
+ match.Length;
System.Web (38)
Configuration\CapabilitiesPattern.cs (2)
62
textpos = match.
Index
+ match.Length;
91
textpos = match.
Index
+ match.Length;
Configuration\HttpCapabilitiesSectionHandler.cs (4)
406
lineNumber += System.Web.UI.Util.LineCount(text, textpos, match.
Index
+ match.Length);
407
textpos = match.
Index
+ match.Length;
417
lineNumber += System.Web.UI.Util.LineCount(text, textpos, match.
Index
+ match.Length);
418
textpos = match.
Index
+ match.Length;
Configuration\RegexWorker.cs (2)
51
int length = match.
Index
- startIndex;
53
startIndex = match.
Index
+ match.Length;
Handlers\AssemblyResourceLoader.cs (2)
665
newContent.Append(content.Substring(startIndex, match.
Index
- startIndex));
679
startIndex = match.
Index
+ match.Length;
UI\BatchParser.cs (4)
135
textPos = match.
Index
+ match.Length;
151
textPos = match.
Index
+ match.Length;
156
textPos = match.
Index
+ match.Length;
161
textPos = match.
Index
+ match.Length;
UI\ControlBuilder.cs (1)
2669
column += codeGroup.
Index
;
UI\SimpleWebHandlerParser.cs (4)
228
_lineNumber += Util.LineCount(text, textPos, match.
Index
);
229
textPos = match.
Index
;
237
_lineNumber += Util.LineCount(text, textPos, match.
Index
+ match.Length);
238
textPos = match.
Index
+ match.Length;
UI\TemplateParser.cs (18)
969
match.
Index
+ match.Length);
970
textPos = match.
Index
+ match.Length;
1138
match.
Index
+ match.Length);
1139
textPos = match.
Index
+ match.Length;
1173
precompTargetWriter.Write(text.Substring(0, match.
Index
));
1204
precompTargetWriter.Write(text.Substring(match.
Index
+match.Length));
1601
inputText, match.
Index
+ match.Length));
1670
int startOfCode = match.
Index
+ match.Length;
2278
string tag = text.Substring(textPos, match.
Index
-textPos+2);
2291
if (matchLessThan.Success && matchLessThan.
Index
< match.
Index
)
2560
int newlineIndex = text.LastIndexOfAny(s_newlineChars, codeGroup.
Index
-1);
2564
column = codeGroup.
Index
-newlineIndex;
2757
int lineNumber = _lineNumber + Util.LineCount(text, match.
Index
, attrValue.
Index
);
2758
int column = attrValue.
Index
- text.LastIndexOfAny(s_newlineChars, attrValue.
Index
- 1);
2809
match.
Index
- stackEntry._textPos));
UI\WebControls\RegularExpressionValidator.cs (1)
95
return(m.Success && m.
Index
== 0 && m.Length == controlValue.Length);
System.Web.Extensions (5)
UI\ScriptRegistrationManager.cs (3)
657
CheckScriptTagTweenSpace(activeRegistration, scriptContent, lastIndex, match.
Index
- lastIndex);
665
lastIndex = match.
Index
+ match.Length;
671
int indexOfEndOfScriptBeginTag = match.
Index
+ match.Length;
UI\ScriptResourceAttribute.cs (2)
111
output.Append(content.Substring(startIndex, match.
Index
- startIndex));
133
startIndex = match.
Index
+ match.Length;
System.Web.Mobile (3)
UI\MobileControls\Design\Util\SimpleParser.cs (2)
122
textPos = match.
Index
+ match.Length;
231
textPos = match.
Index
+ match.Length;
UI\MobileControls\PhoneCall.cs (1)
68
if (!match.Success || match.
Index
!= 0 ||
System.Web.Services (4)
System\Web\Services\Protocols\PatternMatcher.cs (4)
90
matches.Add(text.Substring(c.
Index
, c.Length));
106
return text.Substring(c.
Index
, c.Length);
124
matches.Add(matchType.Match(text.Substring(c.
Index
, c.Length)));
140
return matchType.Match(text.Substring(c.
Index
, c.Length));
System.Xml (5)
System\Xml\XmlConvert.cs (5)
109
matchPos = m.
Index
;
117
matchPos = m.
Index
;
203
matchPos = m.
Index
- 1;
233
matchPos = m.
Index
- 1;
250
matchPos = m.
Index
- 1;