1 write to wrtSection
System.WorkflowServices (1)
System\ServiceModel\Configuration\WorkflowRuntimeElement.cs (1)
146wrtSection = new WorkflowRuntimeSection();
7 references to wrtSection
System.WorkflowServices (7)
System\ServiceModel\Configuration\WorkflowRuntimeElement.cs (7)
144if (wrtSection == null) 147wrtSection.Name = this.Name; 148wrtSection.ValidateOnCreate = false; 149wrtSection.EnablePerformanceCounters = this.EnablePerformanceCounters; 153wrtSection.Services.Add(wrtSvcElement); 158wrtSection.CommonParameters.Add(nameValueElement); 161return wrtSection;