1 instantiation of ServerSingletonSizedDecoder
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqDecodeHelper.cs (1)
88
ServerSingletonSizedDecoder decoder = new
ServerSingletonSizedDecoder
(0, defaultMaxViaSize, defaultMaxContentTypeSize);
2 references to ServerSingletonSizedDecoder
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqDecodeHelper.cs (2)
88
ServerSingletonSizedDecoder
decoder = new ServerSingletonSizedDecoder(0, defaultMaxViaSize, defaultMaxContentTypeSize);
101
if (decoder.CurrentState ==
ServerSingletonSizedDecoder
.State.Start)