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