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