1 write to _extensionBuffer
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs (1)
1369_extensionBuffer = EndpointAddress.ReadExtensions(reader, null, null, out identity, out tmp);
4 references to _extensionBuffer
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs (4)
1352if (_extensionBuffer == null) 1357XmlDictionaryReader reader = _extensionBuffer.GetReader(0); 1370if (_extensionBuffer != null) 1372_extensionBuffer.Close();