1 instantiation of AsyncVoidMethodBuilder
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncVoidMethodBuilder.cs (1)
30return new AsyncVoidMethodBuilder() { _synchronizationContext = sc };
8 references to AsyncVoidMethodBuilder
Microsoft.CodeAnalysis.CSharp (1)
Lowering\AsyncRewriter\AsyncMethodToStateMachineRewriter.cs (1)
31/// <see cref="AsyncVoidMethodBuilder"/>, <see cref="AsyncTaskMethodBuilder"/>, or <see cref="AsyncTaskMethodBuilder{TResult}"/> depending on the
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
521[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.AsyncVoidMethodBuilder))]
netstandard (1)
netstandard.cs (1)
1495[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.AsyncVoidMethodBuilder))]
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncVoidMethodBuilder.cs (3)
21/// <summary>Initializes a new <see cref="AsyncVoidMethodBuilder"/>.</summary> 22/// <returns>The initialized <see cref="AsyncVoidMethodBuilder"/>.</returns> 23public static AsyncVoidMethodBuilder Create()
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net11.0\System.Runtime.Forwards.cs (1)
538[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.AsyncVoidMethodBuilder))]
System.Threading.Tasks (1)
System.Threading.Tasks.cs (1)
9[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.AsyncVoidMethodBuilder))]