2 writes to sharedMemory
System.ServiceModel (2)
System\ServiceModel\Channels\PipeConnection.cs (2)
2160if (!PipeSharedMemory.TryCreate(allowedSids, pipeUri, sharedMemoryName, out this.sharedMemory)) 2178this.sharedMemory = PipeSharedMemory.Create(allowedSids, pipeUri, sharedMemoryName);
4 references to sharedMemory
System.ServiceModel (4)
System\ServiceModel\Channels\PipeConnection.cs (4)
1999public string PipeName { get { return sharedMemory.PipeName; } } 2077pipeName = this.sharedMemory.PipeName; 2140if (sharedMemory != null) 2142sharedMemory.Dispose();