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