1 write to _cachedRootDomain
System.DirectoryServices (1)
System\DirectoryServices\ActiveDirectory\Forest.cs (1)
709
_cachedRootDomain
= new Domain(domainContext, Name);
2 references to _cachedRootDomain
System.DirectoryServices (2)
System\DirectoryServices\ActiveDirectory\Forest.cs (2)
704
if (
_cachedRootDomain
== null)
711
return
_cachedRootDomain
;