6 references to v4Index
System.ServiceModel (6)
System\ServiceModel\Channels\PeerUnsafeNativeMethods.cs (6)
150
for (int i =
v4Index
; i < addrByteCount; i++)
151
this.sin6_addr[i] = v4AddressBytes[i -
v4Index
];
198
this.sin6_addr[
v4Index
],
199
this.sin6_addr[
v4Index
+ 1],
200
this.sin6_addr[
v4Index
+ 2],
201
this.sin6_addr[
v4Index
+ 3]