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