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