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