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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/System.Private.CoreLib/shared/System/Threading/Tasks/Sources/IValueTaskSource.cs')
-rw-r--r--src/System.Private.CoreLib/shared/System/Threading/Tasks/Sources/IValueTaskSource.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/System.Private.CoreLib/shared/System/Threading/Tasks/Sources/IValueTaskSource.cs b/src/System.Private.CoreLib/shared/System/Threading/Tasks/Sources/IValueTaskSource.cs
index 3c1e8830a..e411146a1 100644
--- a/src/System.Private.CoreLib/shared/System/Threading/Tasks/Sources/IValueTaskSource.cs
+++ b/src/System.Private.CoreLib/shared/System/Threading/Tasks/Sources/IValueTaskSource.cs
@@ -23,8 +23,7 @@ namespace System.Threading.Tasks.Sources
/// </summary>
UseSchedulingContext = 0x1,
/// <summary>
- /// Set if OnCompleted should capture the current <see cref="ExecutionContext"/> and use it to
- /// <see cref="ExecutionContext.Run"/> the continuation.
+ /// Set if OnCompleted should capture the current ExecutionContext and use it to run the continuation.
/// </summary>
FlowExecutionContext = 0x2,
}