5 instantiations of IntDecoder
System.ServiceModel (5)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
548IntDecoder decoder = new IntDecoder();
System\ServiceModel\Channels\FramingDecoders.cs (4)
96this.sizeDecoder = new IntDecoder(); 608this.sizeDecoder = new IntDecoder(); 858this.sizeDecoder = new IntDecoder(); 1381sizeDecoder = new IntDecoder();
5 references to IntDecoder
System.ServiceModel (5)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
548IntDecoder decoder = new IntDecoder();
System\ServiceModel\Channels\FramingDecoders.cs (4)
89IntDecoder sizeDecoder; 596IntDecoder sizeDecoder; 850IntDecoder sizeDecoder; 1373IntDecoder sizeDecoder;