12 references to AppendData
Microsoft.Extensions.FileProviders.Physical (4)
PollingWildCardChangeToken.cs (4)
173sha256.AppendData(_byteBuffer, 0, length); 174sha256.AppendData(Separator, 0, Separator.Length); 184sha256.AppendData(_byteBuffer, 0, sizeof(long)); 185sha256.AppendData(Separator, 0, Separator.Length);
System.Security.Cryptography (5)
System\Security\Cryptography\MD5CryptoServiceProvider.cs (1)
41_incrementalHash.AppendData(array, ibStart, cbSize);
System\Security\Cryptography\SHA1CryptoServiceProvider.cs (1)
44_incrementalHash.AppendData(array, ibStart, cbSize);
System\Security\Cryptography\SHA256CryptoServiceProvider.cs (1)
44_incrementalHash.AppendData(array, ibStart, cbSize);
System\Security\Cryptography\SHA384CryptoServiceProvider.cs (1)
44_incrementalHash.AppendData(array, ibStart, cbSize);
System\Security\Cryptography\SHA512CryptoServiceProvider.cs (1)
44_incrementalHash.AppendData(array, ibStart, cbSize);
System.Security.Cryptography.Cose (3)
System\Security\Cryptography\Cose\CoseMessage.cs (3)
444hasher.AppendData(contentBuffer, 0, bytesRead); 467hasher.AppendData(buffer, 0, bytesWritten); 481hasher.AppendData(contentBuffer, 0, bytesRead);