1 write to HighPart
System.Web (1)
Security\ADMembershipProvider.cs (1)
3389
largeIntValue.
HighPart
= (int) (int64Value >> 32);
2 references to HighPart
System.Web (2)
Security\ADMembershipProvider.cs (2)
3369
Int64 int64Value = largeIntValue.
HighPart
* 0x100000000 + (uint) largeIntValue.LowPart;
3830
Int64 int64Value = largeIntValue.
HighPart
* 0x100000000 + (uint) largeIntValue.LowPart;