1 write to nameTable
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\XmlByteStreamReader.cs (1)
104this.nameTable = new NameTable();
3 references to nameTable
System.ServiceModel.Channels (3)
System\ServiceModel\Channels\XmlByteStreamReader.cs (3)
102if (this.nameTable == null) 105this.nameTable.Add(ByteStreamMessageUtility.StreamElementName); 107return this.nameTable;