4 references to UnmarshalInt
System.Security.AccessControl (4)
System\Security\AccessControl\SecurityDescriptor.cs (4)
527
int ownerOffset =
UnmarshalInt
(binaryForm, offset + OwnerFoundAt);
542
int groupOffset =
UnmarshalInt
(binaryForm, offset + GroupFoundAt);
557
int saclOffset =
UnmarshalInt
(binaryForm, offset + SaclFoundAt);
573
int daclOffset =
UnmarshalInt
(binaryForm, offset + DaclFoundAt);