4 references to ReadExtensions
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs (4)
145buffer = ReadExtensions(extensionReader, null, buffer, out ident2, out extSection); 882buffer = ReadExtensions(reader, AddressingVersion.WSAddressingAugust2004, buffer, out identity, out extensionSection); 942buffer = ReadExtensions(reader, AddressingVersion.WSAddressing10, buffer, out identity, out extensionSection); 1369_extensionBuffer = EndpointAddress.ReadExtensions(reader, null, null, out identity, out tmp);