4 references to CreateBinaryReader
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (1)
47
return
CreateBinaryReader
(buffer, offset, count, null, quotas);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\RequestSecurityToken.cs (1)
515
writer.WriteNode(XmlDictionaryReader.
CreateBinaryReader
(_cachedWriteBuffer.Array, 0, _cachedWriteBufferLength, XD.Dictionary, XmlDictionaryReaderQuotas.Max), false);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\RequestSecurityTokenResponse.cs (1)
525
writer.WriteNode(XmlDictionaryReader.
CreateBinaryReader
(_cachedWriteBuffer.Array, 0, _cachedWriteBufferLength, XD.Dictionary, XmlDictionaryReaderQuotas.Max), false);
FrameworkFork\System.ServiceModel\System\ServiceModel\XmlBuffer.cs (1)
135
XmlDictionaryReader reader = XmlDictionaryReader.
CreateBinaryReader
(_buffer, section.Offset, section.Size, XD.Dictionary, section.Quotas);