1 write to iAddressCount
System (1)
net\System\Net\_AutoWebProxyScriptHelper.cs (1)
662
pList->
iAddressCount
= SockAddrIn6List.Length; //Set the number of addresses
3 references to iAddressCount
System (3)
net\System\Net\_AutoWebProxyScriptHelper.cs (3)
665
for(int i = 0; i < pList->
iAddressCount
; i++)
688
for(int i = 0; i < pList->
iAddressCount
; i++)
693
if(i != pList->
iAddressCount
- 1) sb.Append(";");