We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a56d93 commit ca855e8Copy full SHA for ca855e8
src/Polyfill/EnumeratorCancellationAttribute.cs
@@ -8,6 +8,8 @@ namespace System.Runtime.CompilerServices;
8
/// <summary>
9
/// Indicates the argument should be captured as the state machine's cancellation token, for use with IAsyncEnumerable.
10
/// </summary>
11
+[ExcludeFromCodeCoverage]
12
+[DebuggerNonUserCode]
13
[AttributeUsage(AttributeTargets.Parameter, Inherited = false)]
14
#if PolyUseEmbeddedAttribute
15
[global::Microsoft.CodeAnalysis.EmbeddedAttribute]
0 commit comments