1 write to _currentForest
System.DirectoryServices (1)
System\DirectoryServices\ActiveDirectory\DomainController.cs (1)
590
_currentForest
= Forest.GetForest(forestContext);
2 references to _currentForest
System.DirectoryServices (2)
System\DirectoryServices\ActiveDirectory\DomainController.cs (2)
587
if (
_currentForest
== null)
592
return
_currentForest
;