5 references to StartNew
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\IO\TextReader.cs (4)
222Task<string?>.Factory.StartNew(static state => ((TextReader)state!).ReadLine(), this, 277Task<int>.Factory.StartNew(static state => 284new ValueTask<int>(Task<int>.Factory.StartNew(static state => 307Task<int>.Factory.StartNew(static state =>
System.ServiceModel.Primitives (1)
Internals\System\Runtime\ActionItem.cs (1)
86Task<Task>.Factory.StartNew(callback, state, CancellationToken.None, TaskCreationOptions.DenyChildAttach, IOThreadScheduler.IOTaskScheduler);