Add AsyncIteratorStateMachineAttribute
authorStephen Toub <stoub@microsoft.com>
Fri, 30 Nov 2018 22:24:19 +0000 (17:24 -0500)
committerStephen Toub <stoub@microsoft.com>
Fri, 30 Nov 2018 22:24:19 +0000 (17:24 -0500)
commit0f56562f58398b45e9b9ab4419e65cc0adffd6a5
tree451e00497d88a51d108c370a910c883659b5005b
parent08d9c11bdf09837ee39aad4766091ce44e6ee837
Add AsyncIteratorStateMachineAttribute

Exactly follows the design of AsyncStateMachineAttribute and IteratorStateMachineAttribute; the only thing different is the type name, "AsyncIterator" instead of "Async" and "Iterator".
src/System.Private.CoreLib/shared/System.Private.CoreLib.Shared.projitems
src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/AsyncIteratorStateMachineAttribute.cs [new file with mode: 0644]