1 write to vectorIdentifiers
System.Messaging (1)
System\Messaging\Interop\MessagePropertyVariants.cs (1)
350vectorIdentifiers = newVectorIdentifiers;
12 references to vectorIdentifiers
System.Messaging (12)
System\Messaging\Interop\MessagePropertyVariants.cs (12)
395for (int i = 0; i < vectorIdentifiers.Length; ++i) 399if (variantTypes[vectorIdentifiers[i] - basePropertyId] == VT_NULL) 403objects[vectorIdentifiers[i] - basePropertyId] = vectorProperties[i].caub.cElems; 407objects[vectorIdentifiers[i] - basePropertyId] = vectorProperties[i * 4].caub.cElems; 408handles[vectorIdentifiers[i] - basePropertyId] = vectorProperties[i * 4].caub.pElems; 411objects[vectorIdentifiers[i] - basePropertyId] = vectorProperties[i].ptr; 415((GCHandle)handles[vectorIdentifiers[i] - basePropertyId]).Free(); 416handles[vectorIdentifiers[i] - basePropertyId] = null; 419objects[vectorIdentifiers[i] - basePropertyId] = (byte)vectorProperties[i].bVal; 421objects[vectorIdentifiers[i] - basePropertyId] = (short)vectorProperties[i].iVal; 423objects[vectorIdentifiers[i] - basePropertyId] = vectorProperties[i].lVal; 425objects[vectorIdentifiers[i] - basePropertyId] = vectorProperties[i].hVal;