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