3 writes to _startedServices
System.Workflow.Runtime (3)
WorkflowRuntime.cs (3)
227
_startedServices
= false;
1171
_startedServices
= true;
1362
_startedServices
= false;
8 references to _startedServices
System.Workflow.Runtime (8)
WorkflowRuntime.cs (8)
837
if (
_startedServices
)
896
if (
_startedServices
&& IsCoreService(service))
942
if (
_startedServices
)
962
if (
_startedServices
&& IsCoreService(service))
985
if (
_startedServices
)
1117
if (!
_startedServices
)
1297
if (
_startedServices
)
1398
return
_startedServices
;