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