1 write to Left
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\ValueCollection.cs (1)
468pair.Left = pair.Right;
11 references to Left
System.DirectoryServices.AccountManagement (11)
System\DirectoryServices\AccountManagement\AD\SDSUtils.cs (2)
622Debug.Assert(changedValue.Left != null); // since it came from the system 623properties.Remove(changedValue.Left);
System\DirectoryServices\AccountManagement\TrackedCollection.cs (5)
140this.removedValues.Add(el.originalValue.Left); 187this.removedValues.Add(el.originalValue.Left); 280if (!el.originalValue.Left.Equals(el.originalValue.Right)) 284changedList.Add(new Pair<T, T>(el.originalValue.Left, el.originalValue.Right)); 309if (!el.originalValue.Left.Equals(el.originalValue.Right))
System\DirectoryServices\AccountManagement\ValueCollection.cs (4)
276_inner.removedValues.Add(pair.Left); 458if (!pair.Left.Equals(pair.Right)) 464pair.Left, 466pair.Left.GetType());