1 instantiation of SharedMemory
System.ServiceModel (1)
System\ServiceModel\Activation\SharedMemory.cs (1)
50SharedMemory sharedMemory = new SharedMemory(fileMapping);
5 references to SharedMemory
System.ServiceModel (5)
System\ServiceModel\Activation\SharedMemory.cs (2)
30public static unsafe SharedMemory Create(string name, Guid content, List<SecurityIdentifier> allowedSids) 50SharedMemory sharedMemory = new SharedMemory(fileMapping);
System\ServiceModel\Channels\SharedConnectionListener.cs (3)
1087if (SharedMemory.Read(sharedMemoryName, out listenerEndpoint)) 1155string listenerEndPoint = SharedMemory.Read(sharedMemoryName); 1237return SharedMemory.Read(sharedMemoryName);