1 write to maxCount
System.Messaging (1)
System\Messaging\Interop\Columns.cs (1)
25this.maxCount = maxCount;
2 references to maxCount
System.Messaging (2)
System\Messaging\Interop\Columns.cs (2)
34if (this.columnSet.columnCount >= this.maxCount) 35throw new InvalidOperationException(Res.GetString(Res.TooManyColumns, this.maxCount.ToString(CultureInfo.CurrentCulture)));