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