61 references to DenyChildAttach
dotnet-svcutil-lib (3)
Microsoft.AspNetCore.Components.WebView.Photino (1)
Microsoft.AspNetCore.DataProtection (1)
Microsoft.AspNetCore.SpaServices.Extensions (1)
Microsoft.AspNetCore.TestHost (1)
Microsoft.CodeAnalysis.CodeStyle (1)
Microsoft.Extensions.Caching.Memory (3)
Microsoft.Extensions.DependencyInjection (1)
Microsoft.Extensions.FileProviders.Physical (1)
System.ComponentModel.EventBasedAsync (1)
System.IO.Pipes (1)
System.Linq.Expressions (1)
System.Net.Http (1)
System.Net.HttpListener (1)
System.Net.Mail (1)
System.Net.NetworkInformation (1)
System.Net.Requests (5)
System\Net\FileWebRequest.cs (4)
161this, CancellationToken.None, TaskCreationOptions.DenyChildAttach, TaskScheduler.Default);
174}, this, CancellationToken.None, TaskCreationOptions.DenyChildAttach, TaskScheduler.Default);
222this, CancellationToken.None, TaskCreationOptions.DenyChildAttach, TaskScheduler.Default);
235}, this, CancellationToken.None, TaskCreationOptions.DenyChildAttach, TaskScheduler.Default);
System.Private.CoreLib (31)
src\libraries\System.Private.CoreLib\src\System\IO\TextReader.cs (4)
223cancellationToken, TaskCreationOptions.DenyChildAttach, TaskScheduler.Default);
281}, new TupleSlim<TextReader, Memory<char>>(this, buffer), cancellationToken, TaskCreationOptions.DenyChildAttach, TaskScheduler.Default));
288}, new TupleSlim<TextReader, Memory<char>>(this, buffer), cancellationToken, TaskCreationOptions.DenyChildAttach, TaskScheduler.Default));
311}, new TupleSlim<TextReader, Memory<char>>(this, buffer), cancellationToken, TaskCreationOptions.DenyChildAttach, TaskScheduler.Default));
src\libraries\System.Private.CoreLib\src\System\IO\TextWriter.cs (9)
543}, new TupleSlim<TextWriter, char>(this, value), CancellationToken.None, TaskCreationOptions.DenyChildAttach, TaskScheduler.Default);
550}, new TupleSlim<TextWriter, string?>(this, value), CancellationToken.None, TaskCreationOptions.DenyChildAttach, TaskScheduler.Default);
589}, new TupleSlim<TextWriter, char[], int, int>(this, buffer, index, count), CancellationToken.None, TaskCreationOptions.DenyChildAttach, TaskScheduler.Default);
599}, new TupleSlim<TextWriter, ReadOnlyMemory<char>>(this, buffer), cancellationToken, TaskCreationOptions.DenyChildAttach, TaskScheduler.Default);
606}, new TupleSlim<TextWriter, char>(this, value), CancellationToken.None, TaskCreationOptions.DenyChildAttach, TaskScheduler.Default);
613}, new TupleSlim<TextWriter, string?>(this, value), CancellationToken.None, TaskCreationOptions.DenyChildAttach, TaskScheduler.Default);
653}, new TupleSlim<TextWriter, char[], int, int>(this, buffer, index, count), CancellationToken.None, TaskCreationOptions.DenyChildAttach, TaskScheduler.Default);
663}, new TupleSlim<TextWriter, ReadOnlyMemory<char>>(this, buffer), cancellationToken, TaskCreationOptions.DenyChildAttach, TaskScheduler.Default);
673CancellationToken.None, TaskCreationOptions.DenyChildAttach, TaskScheduler.Default);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (11)
546TaskCreationOptions.DenyChildAttach |
585&& ((parent.CreationOptions & TaskCreationOptions.DenyChildAttach) == 0))
665&& ((parent.Options & TaskCreationOptions.DenyChildAttach) == 0))
1946&& ((parent.CreationOptions & TaskCreationOptions.DenyChildAttach) == 0)
2140&& ((parent.CreationOptions & TaskCreationOptions.DenyChildAttach) == 0)
5527TaskCreationOptions.DenyChildAttach, InternalTaskOptions.None);
5545TaskCreationOptions.DenyChildAttach, InternalTaskOptions.None);
5559TaskCreationOptions.DenyChildAttach, InternalTaskOptions.None, TaskScheduler.Default);
5577TaskCreationOptions.DenyChildAttach, InternalTaskOptions.None, TaskScheduler.Default);
5616Task<Task?> task1 = Task<Task?>.Factory.StartNew(function, cancellationToken, TaskCreationOptions.DenyChildAttach, TaskScheduler.Default);
5660Task<Task<TResult>?> task1 = Task<Task<TResult>?>.Factory.StartNew(function, cancellationToken, TaskCreationOptions.DenyChildAttach, TaskScheduler.Default);
System.ServiceModel.Federation (1)
System.Threading.Channels (2)
System.Threading.Tasks.Dataflow (1)
System.Threading.Tasks.Parallel (1)