2 references to GlobalPrefix
System.ServiceModel (2)
System\ServiceModel\Activation\SharedMemory.cs (1)
120SafeFileMappingHandle fileMapping = UnsafeNativeMethods.OpenFileMapping(UnsafeNativeMethods.FILE_MAP_READ, false, ListenerConstants.GlobalPrefix + name);
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
388securityEvent = new EventWaitHandle(false, EventResetMode.ManualReset, ListenerConstants.GlobalPrefix + this.securityEventName, out createdNew, handleSecurity);