1 write to sharedMemoryName
SMSvcHost (1)
System\ServiceModel\Activation\SharingService.cs (1)
38
this.
sharedMemoryName
= sharedMemoryName;
2 references to sharedMemoryName
SMSvcHost (2)
System\ServiceModel\Activation\SharingService.cs (2)
169
sharedMemory = SharedMemory.Create(ListenerConstants.GlobalPrefix +
sharedMemoryName
, controlServiceGuid,
172
Debug.Print("SharedMemory.Create() sharedMemoryName: " +
sharedMemoryName
);