2 references to ReadFrom
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataReference.cs (1)
54
_address = EndpointAddress.
ReadFrom
(XmlDictionaryReader.CreateDictionaryReader(reader), out _addressVersion);
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs (1)
540
return
ReadFrom
(reader, out dummyVersion);