3 writes to m_root
System.Workflow.Activities (3)
Role\ADRole.cs (3)
69this.m_root = rootEntry; 81this.m_root = rootEntry; 96this.m_root = new DirectoryEntry(path);
5 references to m_root
System.Workflow.Activities (5)
Role\ADRole.cs (5)
105info.AddValue("m_root\\path", this.m_root.Path); 125return this.m_root; 189currentEntries.Add(this.m_root); 196this.m_operations[i].GetResult(this.m_root, currentEntries[j], newEntries); 267this.m_root.Dispose();