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