9 writes to current
System.DirectoryServices.AccountManagement (9)
System\DirectoryServices\AccountManagement\AD\ADDNLinkedAttrSet.cs (9)
214
this.
current
= SDSUtils.BuildDirectoryEntry(
341
this.
current
= currentSR;
513
this.
current
= memberDE;
674
this.
current
= null;
789
this.
current
= null;
896
this.
current
= (SearchResult)_queryMembersResultEnumerator.Current;
948
this.
current
= null;
1071
this.
current
= null;
1134
this.
current
= adBookmark.current;
16 references to current
System.DirectoryServices.AccountManagement (16)
System\DirectoryServices\AccountManagement\AD\ADDNConstraintLinkedAttrSet.cs (7)
88
if (null == this.
current
)
95
if (this.
current
is SearchResult)
96
dn = ((SearchResult)this.
current
).Properties["distinguishedName"][0].ToString();
98
dn = ((DirectoryEntry)this.
current
).Properties["distinguishedName"].Value.ToString();
110
if (this.
current
is SearchResult)
112
resultPropCollection = new dSPropertyCollection(((SearchResult)this.
current
).Properties);
116
resultPropCollection = new dSPropertyCollection(((DirectoryEntry)this.
current
).Properties);
System\DirectoryServices\AccountManagement\AD\ADDNLinkedAttrSet.cs (9)
135
if (this.
current
!= null)
138
if (this.
current
is DirectoryEntry)
139
return ADUtils.DirectoryEntryAsPrincipal((DirectoryEntry)this.
current
, _storeCtx);
142
return ADUtils.SearchResultAsPrincipal((SearchResult)this.
current
, _storeCtx, null);
219
_storeCtx.InitializeNewDirectoryOptions((DirectoryEntry)this.
current
);
221
GlobalDebug.WriteLineIf(GlobalDebug.Info, "ADDNLinkedAttrSet", "MoveNextMemberSearcher: returning primary group {0}", ((DirectoryEntry)this.
current
).Path);
897
Debug.Assert(this.
current
!= null);
905
((SearchResult)this.
current
).Path);
1069
bookmark.current = this.
current
;