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