7 references to columnSet
System.Messaging (7)
System\Messaging\Interop\Columns.cs (7)
26this.columnSet.columnIdentifiers = Marshal.AllocHGlobal(maxCount * 4); 27this.columnSet.columnCount = 0; 34if (this.columnSet.columnCount >= this.maxCount) 37++this.columnSet.columnCount; 38this.columnSet.SetId(columnId, this.columnSet.columnCount - 1); 44return this.columnSet;