20 references to PipeAccessRights
Microsoft.Build (1)
NodeEndpointOutOfProcBase.cs (1)
226
PipeAccessRule rule = new PipeAccessRule(identifier,
PipeAccessRights
.ReadWrite, AccessControlType.Allow);
Microsoft.CodeAnalysis.Workspaces.MSBuild (2)
src\Compilers\Shared\NamedPipeUtil.cs (2)
163
PipeAccessRule rule = new PipeAccessRule(identifier,
PipeAccessRights
.ReadWrite |
PipeAccessRights
.CreateNewInstance, AccessControlType.Allow);
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
src\Compilers\Shared\NamedPipeUtil.cs (2)
163
PipeAccessRule rule = new PipeAccessRule(identifier,
PipeAccessRights
.ReadWrite |
PipeAccessRights
.CreateNewInstance, AccessControlType.Allow);
MSBuildTaskHost (1)
NodeEndpointOutOfProcBase.cs (1)
226
PipeAccessRule rule = new PipeAccessRule(identifier,
PipeAccessRights
.ReadWrite, AccessControlType.Allow);
Replay (2)
src\Compilers\Shared\NamedPipeUtil.cs (2)
163
PipeAccessRule rule = new PipeAccessRule(identifier,
PipeAccessRights
.ReadWrite |
PipeAccessRights
.CreateNewInstance, AccessControlType.Allow);
System.Core (1)
System.Core.cs (1)
109
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Pipes.
PipeAccessRights
))]
System.IO.Pipes (1)
System\IO\Pipes\NamedPipeClientStream.Unix.cs (1)
23
public NamedPipeClientStream(string serverName, string pipeName,
PipeAccessRights
desiredAccessRights,
System.IO.Pipes.AccessControl (8)
artifacts\obj\System.IO.Pipes.AccessControl\Debug\net10.0\System.IO.Pipes.AccessControl.notsupported.cs (7)
15
public static System.IO.Pipes.NamedPipeServerStream Create(string pipeName, System.IO.Pipes.PipeDirection direction, int maxNumberOfServerInstances, System.IO.Pipes.PipeTransmissionMode transmissionMode, System.IO.Pipes.PipeOptions options, int inBufferSize, int outBufferSize, System.IO.Pipes.PipeSecurity? pipeSecurity, System.IO.HandleInheritability inheritability = System.IO.HandleInheritability.None, System.IO.Pipes.
PipeAccessRights
additionalAccessRights = default) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
19
public PipeAccessRule(System.Security.Principal.IdentityReference identity, System.IO.Pipes.
PipeAccessRights
rights, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
20
public PipeAccessRule(string identity, System.IO.Pipes.
PipeAccessRights
rights, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
21
public System.IO.Pipes.
PipeAccessRights
PipeAccessRights { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } }
25
public PipeAuditRule(System.Security.Principal.IdentityReference identity, System.IO.Pipes.
PipeAccessRights
rights, System.Security.AccessControl.AuditFlags flags) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
26
public PipeAuditRule(string identity, System.IO.Pipes.
PipeAccessRights
rights, System.Security.AccessControl.AuditFlags flags) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
27
public System.IO.Pipes.
PipeAccessRights
PipeAccessRights { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } }
artifacts\obj\System.IO.Pipes.AccessControl\Debug\net10.0\System.IO.Pipes.AccessControl.TypeForwards.notsupported.cs (1)
4
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Pipes.
PipeAccessRights
))]
VBCSCompiler (2)
src\Compilers\Shared\NamedPipeUtil.cs (2)
163
PipeAccessRule rule = new PipeAccessRule(identifier,
PipeAccessRights
.ReadWrite |
PipeAccessRights
.CreateNewInstance, AccessControlType.Allow);