Skip to content

Commit ca855e8

Browse files
committed
.
1 parent 6a56d93 commit ca855e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Polyfill/EnumeratorCancellationAttribute.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ namespace System.Runtime.CompilerServices;
88
/// <summary>
99
/// Indicates the argument should be captured as the state machine's cancellation token, for use with IAsyncEnumerable.
1010
/// </summary>
11+
[ExcludeFromCodeCoverage]
12+
[DebuggerNonUserCode]
1113
[AttributeUsage(AttributeTargets.Parameter, Inherited = false)]
1214
#if PolyUseEmbeddedAttribute
1315
[global::Microsoft.CodeAnalysis.EmbeddedAttribute]

0 commit comments

Comments
 (0)