10 overrides of WriteBase64
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriterV1.cs (1)
245
public override void
WriteBase64
(byte[] buffer, int index, int count)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlRawWriter.cs (1)
92
public override void
WriteBase64
(byte[] buffer, int index, int count)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextWriter.cs (1)
906
public override void
WriteBase64
(byte[] buffer, int index, int count)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (1)
1206
public override void
WriteBase64
(byte[] buffer, int index, int count)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWrappingWriter.cs (1)
174
public override void
WriteBase64
(byte[] buffer, int index, int count)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlSerializableWriter.cs (1)
91
public override void
WriteBase64
(byte[] buffer, int index, int count) { _xmlWriter.WriteBase64(buffer, index, count); }
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (1)
1421
public override void
WriteBase64
(byte[] buffer, int offset, int count)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
102
public override void
WriteBase64
(byte[] buffer, int index, int count)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryWriter.cs (1)
626
public override void
WriteBase64
(byte[] buffer, int index, int count)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
44
public override void
WriteBase64
(byte[] buffer, int index, int count)
24 references to WriteBase64
dotnet-svcutil-lib (24)
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriterV1.cs (2)
248
_wrapped.
WriteBase64
(buffer, index, count);
250
_wrapped.
WriteBase64
(buffer, index, count);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEventCache.cs (1)
186
writer.
WriteBase64
(bytes, 0, bytes.Length);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (1)
1228
_writer.
WriteBase64
(buffer, index, count);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWrappingWriter.cs (1)
176
writer.
WriteBase64
(buffer, index, count);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCustomFormatter.cs (1)
122
writer.
WriteBase64
(inData, start, count);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlSerializableWriter.cs (1)
91
public override void WriteBase64(byte[] buffer, int index, int count) { _xmlWriter.
WriteBase64
(buffer, index, count); }
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlWriterDelegator.cs (1)
489
writer.
WriteBase64
(bytes, 0, bytes.Length);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
105
CoreWriter.
WriteBase64
(buffer, index, count);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryWriter.cs (1)
628
_writer.
WriteBase64
(buffer, index, count);
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\WSSecurityJan2004.cs (1)
311
writer.
WriteBase64
(keyIdentifier, 0, keyIdentifier.Length);
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\XmlEncApr2001.cs (1)
130
writer.
WriteBase64
(encryptedKey, 0, encryptedKey.Length);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
46
this.Writer.
WriteBase64
(buffer, index, count);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (1)
813
writer.
WriteBase64
(arrayValue, 0, arrayValue.Length);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\StreamFormatter.cs (2)
388
writer.
WriteBase64
(block, 0, bytesRead);
425
writer.
WriteBase64
(block, 0, bytesRead);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\BinaryNegotiation.cs (1)
70
writer.
WriteBase64
(_negotiationData, 0, _negotiationData.Length);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedData.cs (2)
95
writer.
WriteBase64
(_iv, 0, _iv.Length);
96
writer.
WriteBase64
(_cipherText, 0, _cipherText.Length);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedType.cs (1)
131
writer.
WriteBase64
(_wrappedKey, 0, _wrappedKey.Length);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityVersion.cs (1)
276
writer.
WriteBase64
(signature, 0, signature.Length);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecureConversation.cs (2)
298
writer.
WriteBase64
(derivedKeyToken.Nonce, 0, derivedKeyToken.Nonce.Length);
441
writer.
WriteBase64
(sct.CookieBlob, 0, sct.CookieBlob.Length);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityJan2004.cs (1)
148
writer.
WriteBase64
(rawData, 0, rawData.Length);