14 references to GuidLength
mscorlib (14)
system\security\accesscontrol\ace.cs (14)
1872
byte[] guidArray = new byte[
GuidLength
];
1967
for ( int i = 0; i <
GuidLength
; i++ )
1972
offsetLocal +=
GuidLength
;
1976
for ( int i = 0; i <
GuidLength
; i++ )
1987
for ( int i = 0; i <
GuidLength
; i++ )
1992
offsetLocal +=
GuidLength
;
1996
for ( int i = 0; i <
GuidLength
; i++ )
2019
opaqueLength -=
GuidLength
;
2024
opaqueLength -=
GuidLength
;
2118
(( _objectFlags & ObjectAceFlags.ObjectAceTypePresent ) != 0 ?
GuidLength
: 0 ) +
2119
(( _objectFlags & ObjectAceFlags.InheritedObjectAceTypePresent ) != 0 ?
GuidLength
: 0 );
2127
return ushort.MaxValue - HeaderLength - AccessMaskLength - ObjectFlagsLength - 2 *
GuidLength
- SecurityIdentifier.MaxBinaryLength;
2185
offsetLocal +=
GuidLength
;
2192
offsetLocal +=
GuidLength
;