1 write to enableConnectionCache
System.Messaging (1)
System\Messaging\MessageQueue.cs (1)
565enableConnectionCache = value;
4 references to enableConnectionCache
System.Messaging (4)
System\Messaging\MessageQueue.cs (4)
182: this(path, false, enableConnectionCache) 195: this(path, false, enableConnectionCache, accessMode) 210: this(path, sharedModeDenyReceive, enableConnectionCache) 560return enableConnectionCache;