5 references to System_Threading_Tasks_ValueTask
Microsoft.CodeAnalysis (3)
InternalSpecialType.cs (1)
99/// The <see cref="WellKnownType.System_Threading_Tasks_ValueTask"/> should be used for that purpose instead.
WellKnownMembers.cs (2)
3573(byte)SignatureTypeCode.TypeHandle, (byte)WellKnownType.ExtSentinel, (byte)(WellKnownType.System_Threading_Tasks_ValueTask - WellKnownType.ExtSentinel), // Return Type: ValueTask 3746(byte)WellKnownType.ExtSentinel, (byte)(WellKnownType.System_Threading_Tasks_ValueTask - WellKnownType.ExtSentinel), // DeclaringTypeId
Microsoft.CodeAnalysis.CSharp (2)
Binder\ForEachLoopBinder.cs (1)
616? this.GetWellKnownType(WellKnownType.System_Threading_Tasks_ValueTask, diagnostics, this._syntax)
Binder\UsingStatementBinder.cs (1)
251awaitableType = originalBinder.Compilation.GetWellKnownType(WellKnownType.System_Threading_Tasks_ValueTask);