8 references to StreamElementName
System.ServiceModel.Channels (8)
System\ServiceModel\Channels\ByteStreamMessage.cs (3)
448
writer.WriteStartElement(ByteStreamMessageUtility.
StreamElementName
, string.Empty);
496
writer.WriteStartElement(ByteStreamMessageUtility.
StreamElementName
, string.Empty);
542
this.writer.WriteStartElement(ByteStreamMessageUtility.
StreamElementName
, string.Empty);
System\ServiceModel\Channels\XmlByteStreamReader.cs (3)
89
get { return (this.position == ReaderPosition.StartElement) ? ByteStreamMessageUtility.
StreamElementName
: null; }
105
this.nameTable.Add(ByteStreamMessageUtility.
StreamElementName
);
352
new InvalidOperationException(SR.ByteStreamReaderNotInByteStream(ByteStreamMessageUtility.
StreamElementName
)));
System\ServiceModel\Channels\XmlByteStreamWriter.cs (2)
266
if (!string.IsNullOrEmpty(prefix) || !string.IsNullOrEmpty(ns) || localName != ByteStreamMessageUtility.
StreamElementName
)
269
new XmlException(SR.XmlStartElementNameExpected(ByteStreamMessageUtility.
StreamElementName
, localName)));