3 writes to compressedId
System.Activities (3)
System\Activities\QualifiedId.cs (3)
36this.compressedId = new byte[bufferSize]; 47this.compressedId = bytes; 59this.compressedId = new byte[bufferSize];
10 references to compressedId
System.Activities (10)
System\Activities\QualifiedId.cs (10)
41offset += Encode(ids.Pop(), this.compressedId, offset); 64offset += Encode(idArray[i], this.compressedId, offset); 70return TryGetElementFromRoot(root, id.compressedId, out targetElement); 174return this.compressedId; 181while (offset < this.compressedId.Length) 184offset += Decode(this.compressedId, offset, out value); 193return Equals(this.compressedId, rhs.compressedId); 202while (offset < this.compressedId.Length) 210offset += Decode(this.compressedId, offset, out value);