3 references to TupleSlim
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\IO\TextWriter.cs (2)
611}, new TupleSlim<TextWriter, char, char>(this, valueChars[0], valueChars[1]), CancellationToken.None, TaskCreationOptions.DenyChildAttach, TaskScheduler.Default); 705}, new TupleSlim<TextWriter, char, char>(this, valueChars[0], valueChars[1]), CancellationToken.None, TaskCreationOptions.DenyChildAttach, TaskScheduler.Default);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (1)
728}, new TupleSlim<Task, Task, TaskContinuation>(this, antecedent, continuation));