4 references to UnmarshalInt
System.Security.AccessControl (4)
System\Security\AccessControl\SecurityDescriptor.cs (4)
384
int ownerOffset =
UnmarshalInt
(binaryForm, offset + OwnerFoundAt);
396
int groupOffset =
UnmarshalInt
(binaryForm, offset + GroupFoundAt);
408
int saclOffset =
UnmarshalInt
(binaryForm, offset + SaclFoundAt);
421
int daclOffset =
UnmarshalInt
(binaryForm, offset + DaclFoundAt);