4 references to name
System.WorkflowServices (4)
System\ServiceModel\Configuration\WorkflowRuntimeElement.cs (4)
82[ConfigurationProperty(name, DefaultValue = "")] 88return (string) base[name]; 92base[name] = value; 125configProperties.Add(new ConfigurationProperty(name, typeof(string), null));