1 write to byteBuffer
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\ActiveXSerializer.cs (1)
29this.byteBuffer = new byte[size];
3 references to byteBuffer
System.ServiceModel (3)
System\ServiceModel\MsmqIntegration\ActiveXSerializer.cs (3)
28if (null == this.byteBuffer || size > this.byteBuffer.Length) 30return this.byteBuffer as TKind[];