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