5 writes to path
System.Messaging (5)
System\Messaging\MessageQueue.cs (5)
168
this.
path
= String.Empty;
224
this.
path
= path;
245
this.
path
= path;
264
this.
path
= path;
1087
this.
path
= value;
18 references to path
System.Messaging (18)
System\Messaging\MessageQueue.cs (18)
618
if (this.
path
== null ||
path
.Length == 0)
623
string pathUpper = this.
path
.ToUpper(CultureInfo.InvariantCulture);
651
this.formatName = this.
path
.Substring(PREFIX_FORMAT_NAME.Length);
655
MessageQueue labeledQueue = ResolveQueueFromLabel(this.
path
, true);
661
this.queuePath = this.
path
;
834
if ((this.
path
== null || this.
path
.Length == 0) && this.formatName == null)
1073
return this.
path
;
1084
if (!String.IsNullOrEmpty(this.
path
))
1143
if ((this.
path
== null || this.
path
.Length == 0) && this.formatName == null)
1167
if (this.
path
== null || this.
path
.Length == 0)
1172
string pathUpper = this.
path
.ToUpper(CultureInfo.InvariantCulture);
1175
MessageQueue labeledQueue = ResolveQueueFromLabel(this.
path
, true);
1196
this.queuePath =
path
;
3534
formatNameCache.Remove(
path
.ToUpper(CultureInfo.InvariantCulture));