3 references to ReadElementContentAsBase64
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlReaderDelegator.cs (1)
340return dictionaryReader.ReadElementContentAsBase64();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (1)
673value = reader.ReadElementContentAsBase64();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrust.cs (1)
146byte[] secret = reader.ReadElementContentAsBase64();