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)
405if ((_options & 0x1) == 0) 438cachedDirectoryEntry.Properties["options"].Value = _options; 475if ((_options & 0x2) == 0) 508cachedDirectoryEntry.Properties["options"].Value = _options; 544int overrideNotify = _options & 0x4; 545int userNotify = _options & 0x8; 590cachedDirectoryEntry.Properties["options"].Value = _options; 629if ((_options & 0x10) == 0) 664cachedDirectoryEntry.Properties["options"].Value = _options; 701if ((_options & 0x20) == 0) 734cachedDirectoryEntry.Properties["options"].Value = _options;