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