6 references to SizeOfInt
System (6)
net\System\Net\_DigestClient.cs (6)
1157private static int MinimumFormattedBindingLength = 5 * SizeOfInt; 1181BitConverter.GetBytes(initiatorLength).CopyTo(formattedData, SizeOfInt); 1183int offset = 2 * SizeOfInt; 1192BitConverter.GetBytes(acceptorLength).CopyTo(formattedData, offset + SizeOfInt); 1194offset += 2 * SizeOfInt; 1204offset += SizeOfInt;