3 references to TryCreate
System.ServiceModel (3)
System\ServiceModel\Channels\PipeConnection.cs (3)
2160if (!PipeSharedMemory.TryCreate(allowedSids, pipeUri, sharedMemoryName, out this.sharedMemory)) 2167if (PipeSharedMemory.TryCreate(allowedSids, tempUri, tempSharedMemoryName, out tempSharedMemory)) 2522if (TryCreate(allowedSids, pipeUri, sharedMemoryName, out result))