1 write to extensionBuffer
System.ServiceModel (1)
System\ServiceModel\EndpointAddress.cs (1)
1371this.extensionBuffer = EndpointAddress.ReadExtensions(reader, null, null, out identity, out tmp);
4 references to extensionBuffer
System.ServiceModel (4)
System\ServiceModel\EndpointAddress.cs (4)
1354if (this.extensionBuffer == null) 1359XmlDictionaryReader reader = this.extensionBuffer.GetReader(0); 1372if (this.extensionBuffer != null) 1374this.extensionBuffer.Close();