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