8 references to PREFIX_LABEL
System.Messaging (8)
System\Messaging\MessageQueue.cs (8)
653
else if (pathUpper.StartsWith(
PREFIX_LABEL
))
1173
if (pathUpper.StartsWith(
PREFIX_LABEL
))
1824
else if (pathUpper.StartsWith(
PREFIX_LABEL
))
2199
if (upperPath.StartsWith(
PREFIX_LABEL
) ||
3297
MessageQueue[] queues = GetPublicQueuesByLabel(path.Substring(
PREFIX_LABEL
.Length), false);
3301
throw new InvalidOperationException(Res.GetString(Res.InvalidLabel, path.Substring(
PREFIX_LABEL
.Length)));
3306
throw new InvalidOperationException(Res.GetString(Res.AmbiguousLabel, path.Substring(
PREFIX_LABEL
.Length)));
3552
if (upperPath.StartsWith(
PREFIX_LABEL
))