34 writes to _options
System.DirectoryServices (34)
System\DirectoryServices\ActiveDirectory\ReplicationConnection.cs (34)
397
_options
= 0;
401
_options
= (int)propValue[0]!;
420
_options
= 0;
424
_options
= (int)propValue[0]!;
430
_options
|= 0x1;
434
_options
&= (~(0x1));
467
_options
= 0;
471
_options
= (int)propValue[0]!;
490
_options
= 0;
494
_options
= (int)propValue[0]!;
500
_options
|= 0x2;
504
_options
&= (~(0x2));
537
_options
= 0;
541
_options
= (int)propValue[0]!;
566
_options
= 0;
570
_options
= (int)propValue[0]!;
575
_options
&= (~(0x4));
576
_options
&= (~(0x8));
580
_options
|= (0x4);
581
_options
&= (~(0x8));
585
_options
|= (0x4);
586
_options
|= (0x8);
619
_options
= 0;
623
_options
= (int)propValue[0]!;
644
_options
= 0;
648
_options
= (int)propValue[0]!;
656
_options
|= 0x10;
660
_options
&= (~(0x10));
693
_options
= 0;
697
_options
= (int)propValue[0]!;
716
_options
= 0;
720
_options
= (int)propValue[0]!;
726
_options
|= 0x20;
730
_options
&= (~(0x20));
11 references to _options
System.DirectoryServices (11)
System\DirectoryServices\ActiveDirectory\ReplicationConnection.cs (11)
405
if ((
_options
& 0x1) == 0)
438
cachedDirectoryEntry.Properties["options"].Value =
_options
;
475
if ((
_options
& 0x2) == 0)
508
cachedDirectoryEntry.Properties["options"].Value =
_options
;
544
int overrideNotify =
_options
& 0x4;
545
int userNotify =
_options
& 0x8;
590
cachedDirectoryEntry.Properties["options"].Value =
_options
;
629
if ((
_options
& 0x10) == 0)
664
cachedDirectoryEntry.Properties["options"].Value =
_options
;
701
if ((
_options
& 0x20) == 0)
734
cachedDirectoryEntry.Properties["options"].Value =
_options
;