7 references to AsyncIteratorMethodBuilder
Microsoft.Bcl.AsyncInterfaces (1)
Microsoft.Bcl.AsyncInterfaces.Forwards.cs (1)
7[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.AsyncIteratorMethodBuilder))]
mscorlib (1)
mscorlib.cs (1)
90[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.AsyncIteratorMethodBuilder))]
netstandard (1)
netstandard.cs (1)
1487[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.AsyncIteratorMethodBuilder))]
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncIteratorMethodBuilder.cs (2)
22/// <summary>Creates an instance of the <see cref="AsyncIteratorMethodBuilder"/> struct.</summary> 24public static AsyncIteratorMethodBuilder Create() => default;
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
523[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.AsyncIteratorMethodBuilder))]
System.Threading.Tasks (1)
System.Threading.Tasks.cs (1)
6[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.AsyncIteratorMethodBuilder))]