4 references to _numServerVars
System.Web (4)
Hosting\ISAPIWorkerRequest.cs (4)
2797
new String[
_numServerVars
] {
2851
String[] ss = buf.GetDecodedTabSeparatedStrings(Encoding.Default,
_numServerVars
-1, 1);
2859
_serverVars = new Hashtable(
_numServerVars
, StringComparer.OrdinalIgnoreCase);
2863
for (int i = 1; i <
_numServerVars
; i++) { // starting with 1 to skip APPL_MD_PATH