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