3 references to AnonymousPipeServerStream
netstandard (1)
netstandard.cs (1)
951
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Pipes.
AnonymousPipeServerStream
))]
System.Core (1)
System.Core.cs (1)
106
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Pipes.
AnonymousPipeServerStream
))]
System.IO.Pipes.AccessControl (1)
artifacts\obj\System.IO.Pipes.AccessControl\Debug\net10.0\System.IO.Pipes.AccessControl.notsupported.cs (1)
11
public static System.IO.Pipes.
AnonymousPipeServerStream
Create(System.IO.Pipes.PipeDirection direction, System.IO.HandleInheritability inheritability, int bufferSize, System.IO.Pipes.PipeSecurity? pipeSecurity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }