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