1 write to decoder
System.ServiceModel (1)
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
56this.decoder = new ServerSingletonDecoder(streamPosition, MaxViaSize, MaxContentTypeSize);
7 references to decoder
System.ServiceModel (7)
System\ServiceModel\Channels\SingletonConnectionReader.cs (7)
86get { return this.decoder; } 137int bytesRead = decoder.Decode(connectionBuffer, offset, size); 144if (decoder.CurrentState == ServerSingletonDecoder.State.PreUpgradeStart) 151this.via = decoder.Via; 276EndpointNotFoundException e = new EndpointNotFoundException(SR.GetString(SR.EndpointNotFound, decoder.Via)); 387return this.parent.decoder; 895throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(decoder.CreatePrematureEOFException());