6 references to MAX_LABEL_LEN
System.Messaging (6)
System\Messaging\MessageQueue.cs (6)
639StringBuilder newFormatName = new StringBuilder(NativeMethods.MAX_LABEL_LEN); 640result = NativeMethods.MAX_LABEL_LEN; 1675StringBuilder formatName = new StringBuilder(NativeMethods.MAX_LABEL_LEN); 1676int formatNameLen = NativeMethods.MAX_LABEL_LEN; 3358StringBuilder newFormatName = new StringBuilder(NativeMethods.MAX_LABEL_LEN); 3359result = NativeMethods.MAX_LABEL_LEN;