2 implementations of GetStream
System.ServiceModel (1)
System\ServiceModel\Dispatcher\StreamFormatter.cs (1)
354public Stream GetStream()
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\ByteStreamMessage.cs (1)
522public Stream GetStream()
4 references to GetStream
System.Runtime.Serialization (4)
System\Xml\XmlDictionaryWriter.cs (3)
213Stream stream = value.GetStream(); 288this.stream = value.GetStream(); 538this.stream = value.GetStream();
System\Xml\XmlMtomWriter.cs (1)
391stream = data.provider.GetStream();