2 writes to objects
System.Messaging (2)
System\Messaging\Interop\MessagePropertyVariants.cs (2)
101
objects
= new object[MAX_PROPERTIES];
109
objects
= new object[MAX_PROPERTIES];
37 references to objects
System.Messaging (37)
System\Messaging\Interop\MessagePropertyVariants.cs (37)
115
return (byte[])
objects
[propertyId - basePropertyId];
126
objects
[propertyId - basePropertyId] = value;
131
return (short)
objects
[propertyId - basePropertyId];
142
objects
[propertyId - basePropertyId] = value;
147
return (int)
objects
[propertyId - basePropertyId];
158
objects
[propertyId - basePropertyId] = value;
168
return (uint)
objects
[propertyId - basePropertyId];
173
return (byte[])
objects
[propertyId - basePropertyId];
184
objects
[propertyId - basePropertyId] = value;
189
return (byte)
objects
[propertyId - basePropertyId];
200
objects
[propertyId - basePropertyId] = value;
205
return (byte[])
objects
[propertyId - basePropertyId];
216
objects
[propertyId - basePropertyId] = value;
221
return (short)
objects
[propertyId - basePropertyId];
232
objects
[propertyId - basePropertyId] = value;
237
return (int)
objects
[propertyId - basePropertyId];
248
objects
[propertyId - basePropertyId] = value;
253
return (long)
objects
[propertyId - basePropertyId];
264
objects
[propertyId - basePropertyId] = value;
275
object obj =
objects
[propertyId - basePropertyId];
316
newVectorProperties[usedProperties].caub.cElems = (uint)((byte[])
objects
[i]).Length;
320
GCHandle handle = GCHandle.Alloc(
objects
[i], GCHandleType.Pinned);
325
newVectorProperties[usedProperties].bVal = (byte)
objects
[i];
327
newVectorProperties[usedProperties].iVal = (short)
objects
[i];
329
newVectorProperties[usedProperties].lVal = (int)
objects
[i];
331
newVectorProperties[usedProperties].hVal = (long)
objects
[i];
334
GCHandle handle = GCHandle.Alloc(
objects
[i], GCHandleType.Pinned);
365
objects
[propertyId - basePropertyId] = null;
379
objects
[propertyId - basePropertyId] = null;
390
objects
[propertyId - basePropertyId] = null;
403
objects
[vectorIdentifiers[i] - basePropertyId] = vectorProperties[i].caub.cElems;
407
objects
[vectorIdentifiers[i] - basePropertyId] = vectorProperties[i * 4].caub.cElems;
411
objects
[vectorIdentifiers[i] - basePropertyId] = vectorProperties[i].ptr;
419
objects
[vectorIdentifiers[i] - basePropertyId] = (byte)vectorProperties[i].bVal;
421
objects
[vectorIdentifiers[i] - basePropertyId] = (short)vectorProperties[i].iVal;
423
objects
[vectorIdentifiers[i] - basePropertyId] = vectorProperties[i].lVal;
425
objects
[vectorIdentifiers[i] - basePropertyId] = vectorProperties[i].hVal;