4 references to UnmarshalInt
mscorlib (4)
system\security\accesscontrol\securitydescriptor.cs (4)
553int ownerOffset = UnmarshalInt( binaryForm, offset + OwnerFoundAt ); 568int groupOffset = UnmarshalInt( binaryForm, offset + GroupFoundAt ); 583int saclOffset = UnmarshalInt( binaryForm, offset + SaclFoundAt ); 599int daclOffset = UnmarshalInt( binaryForm, offset + DaclFoundAt );