Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/referencesource/System.Workflow.Runtime/Scheduler.cs')
-rw-r--r--mcs/class/referencesource/System.Workflow.Runtime/Scheduler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/referencesource/System.Workflow.Runtime/Scheduler.cs b/mcs/class/referencesource/System.Workflow.Runtime/Scheduler.cs
index 0952d2bc1fe..383e5442eb2 100644
--- a/mcs/class/referencesource/System.Workflow.Runtime/Scheduler.cs
+++ b/mcs/class/referencesource/System.Workflow.Runtime/Scheduler.cs
@@ -158,7 +158,7 @@ namespace System.Workflow.Runtime
transactionalProperties = (TransactionalProperties)atomicActivity.GetValue(WorkflowExecutor.TransactionalPropertiesProperty);
// If we've aborted for any reason stop now!
// If we attempt to enter a new TransactionScope the com+ context will get corrupted
- // See windows se
+ // See windows se bug 137267
if (!WorkflowExecutor.CheckAndProcessTransactionAborted(transactionalProperties))
{
if (transactionalProperties.TransactionScope == null)