9 writes to _foreignResultSet
System.DirectoryServices.AccountManagement (9)
System\DirectoryServices\AccountManagement\SAM\SAMMembersSet.cs (9)
122
_foreignResultSet
= null;
197
_foreignResultSet
= null;
298
_foreignResultSet
= null;
331
_foreignResultSet
= foreignGroup.GetStoreCtxToUse().GetGroupMembership(foreignGroup, true);
363
_foreignResultSet
= null;
374
_foreignResultSet
= null;
467
_foreignResultSet
= null;
506
_foreignResultSet
= null;
533
_foreignResultSet
= samBookmark.foreignResultSet;
16 references to _foreignResultSet
System.DirectoryServices.AccountManagement (16)
System\DirectoryServices\AccountManagement\SAM\SAMMembersSet.cs (16)
65
Debug.Assert(
_foreignResultSet
!= null);
67
return
_foreignResultSet
.CurrentAsPrincipal;
121
_foreignResultSet
?.Dispose();
196
_foreignResultSet
?.Dispose();
297
_foreignResultSet
?.Dispose();
312
if (
_foreignResultSet
== null && _foreignGroups.Count > 0)
336
if (
_foreignResultSet
!= null)
340
bool f =
_foreignResultSet
.MoveNext();
362
_foreignResultSet
.Dispose();
373
_foreignResultSet
.Dispose();
464
if (
_foreignResultSet
!= null)
466
_foreignResultSet
.Dispose();
503
bookmark.foreignResultSet =
_foreignResultSet
;
531
_foreignResultSet
?.Dispose();
545
if (
_foreignResultSet
!= null)
548
_foreignResultSet
.Dispose();