3 references to _RootPath
System.Workflow.Activities (3)
Role\ADRoleFactoryConfiguration.cs (3)
23[ConfigurationProperty(_RootPath, DefaultValue = "")] 26get { return (string)base[_RootPath]; } 27set { base[_RootPath] = value; }