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