1 write to charBuffer
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\ActiveXSerializer.cs (1)
35this.charBuffer = new char[size];
3 references to charBuffer
System.ServiceModel (3)
System\ServiceModel\MsmqIntegration\ActiveXSerializer.cs (3)
34if (null == this.charBuffer || size > this.charBuffer.Length) 36return this.charBuffer as TKind[];