11 references to Append
mscorlib (11)
system\diagnostics\eventing\eventsource.cs (11)
1628
this.
Append
(b);
1649
this.
Append
(0x80);
1652
this.
Append
(0x00);
1657
this.
Append
((byte)(l >> 56));
1658
this.
Append
((byte)(l >> 48));
1659
this.
Append
((byte)(l >> 40));
1660
this.
Append
((byte)(l >> 32));
1661
this.
Append
((byte)(l >> 24));
1662
this.
Append
((byte)(l >> 16));
1663
this.
Append
((byte)(l >> 8));
1664
this.
Append
((byte)l);