1 instantiation of EmptyBodyWriter
System.ServiceModel (1)
System\ServiceModel\Channels\Message.cs (1)
858value = new EmptyBodyWriter();
4 references to EmptyBodyWriter
System.ServiceModel (4)
System\ServiceModel\Channels\Message.cs (4)
206return new BodyWriterMessage(version, action, EmptyBodyWriter.Value); 213return new BodyWriterMessage(version, actionHeader, EmptyBodyWriter.Value); 846static EmptyBodyWriter value; 853public static EmptyBodyWriter Value