1 write to asciiEncoding
System.Messaging (1)
System\Messaging\ActiveXMessageFormatter.cs (1)
131
this.
asciiEncoding
= new ASCIIEncoding();
2 references to asciiEncoding
System.Messaging (2)
System\Messaging\ActiveXMessageFormatter.cs (2)
130
if (
asciiEncoding
== null)
133
this.
asciiEncoding
.GetChars(bytes, 0, size, this.internalCharBuffer, 0);