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)
540return ReadFrom(reader, out dummyVersion);