|
67 | 67 | <Assembly Name="System.DirectoryServices.Protocols" Version="4.0.0.0" /> |
68 | 68 | <Assembly Name="System.Drawing.Common" Version="6.0.0.0" /> |
69 | 69 | <Assembly Name="System.Formats.Cbor" Version="6.0.0.0" /> |
| 70 | + <Assembly Name="System.IO.Hashing" Version="6.0.0.0" /> |
70 | 71 | <Assembly Name="System.IO.Packaging" Version="6.0.0.0" /> |
71 | 72 | <Assembly Name="System.IO.Pipelines" Version="6.0.0.0" /> |
72 | 73 | <Assembly Name="System.IO.Ports" Version="6.0.0.0" /> |
|
14324 | 14325 | <Member Id="P:System.IO.FileFormatException.SourceUri" /> |
14325 | 14326 | </Type> |
14326 | 14327 | </Namespace> |
| 14328 | + <Namespace Name="System.IO.Hashing"> |
| 14329 | + <Type Name="System.IO.Hashing.Crc32" Id="T:System.IO.Hashing.Crc32"> |
| 14330 | + <Member Id="M:System.IO.Hashing.Crc32.#ctor" /> |
| 14331 | + <Member Id="M:System.IO.Hashing.Crc32.Append(System.ReadOnlySpan{System.Byte})" /> |
| 14332 | + <Member Id="M:System.IO.Hashing.Crc32.GetCurrentHashCore(System.Span{System.Byte})" /> |
| 14333 | + <Member Id="M:System.IO.Hashing.Crc32.GetHashAndResetCore(System.Span{System.Byte})" /> |
| 14334 | + <Member Id="M:System.IO.Hashing.Crc32.Hash(System.Byte[])" /> |
| 14335 | + <Member Id="M:System.IO.Hashing.Crc32.Hash(System.ReadOnlySpan{System.Byte})" /> |
| 14336 | + <Member Id="M:System.IO.Hashing.Crc32.Hash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte})" /> |
| 14337 | + <Member Id="M:System.IO.Hashing.Crc32.Reset" /> |
| 14338 | + <Member Id="M:System.IO.Hashing.Crc32.TryHash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@)" /> |
| 14339 | + </Type> |
| 14340 | + <Type Name="System.IO.Hashing.Crc64" Id="T:System.IO.Hashing.Crc64"> |
| 14341 | + <Member Id="M:System.IO.Hashing.Crc64.#ctor" /> |
| 14342 | + <Member Id="M:System.IO.Hashing.Crc64.Append(System.ReadOnlySpan{System.Byte})" /> |
| 14343 | + <Member Id="M:System.IO.Hashing.Crc64.GetCurrentHashCore(System.Span{System.Byte})" /> |
| 14344 | + <Member Id="M:System.IO.Hashing.Crc64.GetHashAndResetCore(System.Span{System.Byte})" /> |
| 14345 | + <Member Id="M:System.IO.Hashing.Crc64.Hash(System.Byte[])" /> |
| 14346 | + <Member Id="M:System.IO.Hashing.Crc64.Hash(System.ReadOnlySpan{System.Byte})" /> |
| 14347 | + <Member Id="M:System.IO.Hashing.Crc64.Hash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte})" /> |
| 14348 | + <Member Id="M:System.IO.Hashing.Crc64.Reset" /> |
| 14349 | + <Member Id="M:System.IO.Hashing.Crc64.TryHash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@)" /> |
| 14350 | + </Type> |
| 14351 | + <Type Name="System.IO.Hashing.NonCryptographicHashAlgorithm" Id="T:System.IO.Hashing.NonCryptographicHashAlgorithm"> |
| 14352 | + <Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.#ctor(System.Int32)" /> |
| 14353 | + <Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.Append(System.Byte[])" /> |
| 14354 | + <Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.Append(System.IO.Stream)" /> |
| 14355 | + <Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.Append(System.ReadOnlySpan{System.Byte})" /> |
| 14356 | + <Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.AppendAsync(System.IO.Stream,System.Threading.CancellationToken)" /> |
| 14357 | + <Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetCurrentHash" /> |
| 14358 | + <Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetCurrentHash(System.Span{System.Byte})" /> |
| 14359 | + <Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetCurrentHashCore(System.Span{System.Byte})" /> |
| 14360 | + <Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetHashAndReset" /> |
| 14361 | + <Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetHashAndReset(System.Span{System.Byte})" /> |
| 14362 | + <Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetHashAndResetCore(System.Span{System.Byte})" /> |
| 14363 | + <Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetHashCode" /> |
| 14364 | + <Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.Reset" /> |
| 14365 | + <Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.TryGetCurrentHash(System.Span{System.Byte},System.Int32@)" /> |
| 14366 | + <Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.TryGetHashAndReset(System.Span{System.Byte},System.Int32@)" /> |
| 14367 | + <Member Id="P:System.IO.Hashing.NonCryptographicHashAlgorithm.HashLengthInBytes" /> |
| 14368 | + </Type> |
| 14369 | + <Type Name="System.IO.Hashing.XxHash32" Id="T:System.IO.Hashing.XxHash32"> |
| 14370 | + <Member Id="M:System.IO.Hashing.XxHash32.#ctor" /> |
| 14371 | + <Member Id="M:System.IO.Hashing.XxHash32.#ctor(System.Int32)" /> |
| 14372 | + <Member Id="M:System.IO.Hashing.XxHash32.Append(System.ReadOnlySpan{System.Byte})" /> |
| 14373 | + <Member Id="M:System.IO.Hashing.XxHash32.GetCurrentHashCore(System.Span{System.Byte})" /> |
| 14374 | + <Member Id="M:System.IO.Hashing.XxHash32.Hash(System.Byte[])" /> |
| 14375 | + <Member Id="M:System.IO.Hashing.XxHash32.Hash(System.Byte[],System.Int32)" /> |
| 14376 | + <Member Id="M:System.IO.Hashing.XxHash32.Hash(System.ReadOnlySpan{System.Byte},System.Int32)" /> |
| 14377 | + <Member Id="M:System.IO.Hashing.XxHash32.Hash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32)" /> |
| 14378 | + <Member Id="M:System.IO.Hashing.XxHash32.Reset" /> |
| 14379 | + <Member Id="M:System.IO.Hashing.XxHash32.TryHash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@,System.Int32)" /> |
| 14380 | + </Type> |
| 14381 | + <Type Name="System.IO.Hashing.XxHash64" Id="T:System.IO.Hashing.XxHash64"> |
| 14382 | + <Member Id="M:System.IO.Hashing.XxHash64.#ctor" /> |
| 14383 | + <Member Id="M:System.IO.Hashing.XxHash64.#ctor(System.Int64)" /> |
| 14384 | + <Member Id="M:System.IO.Hashing.XxHash64.Append(System.ReadOnlySpan{System.Byte})" /> |
| 14385 | + <Member Id="M:System.IO.Hashing.XxHash64.GetCurrentHashCore(System.Span{System.Byte})" /> |
| 14386 | + <Member Id="M:System.IO.Hashing.XxHash64.Hash(System.Byte[])" /> |
| 14387 | + <Member Id="M:System.IO.Hashing.XxHash64.Hash(System.Byte[],System.Int64)" /> |
| 14388 | + <Member Id="M:System.IO.Hashing.XxHash64.Hash(System.ReadOnlySpan{System.Byte},System.Int64)" /> |
| 14389 | + <Member Id="M:System.IO.Hashing.XxHash64.Hash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int64)" /> |
| 14390 | + <Member Id="M:System.IO.Hashing.XxHash64.Reset" /> |
| 14391 | + <Member Id="M:System.IO.Hashing.XxHash64.TryHash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@,System.Int64)" /> |
| 14392 | + </Type> |
| 14393 | + </Namespace> |
14327 | 14394 | <Namespace Name="System.IO.Packaging"> |
14328 | 14395 | <Type Name="System.IO.Packaging.CompressionOption" Id="T:System.IO.Packaging.CompressionOption"> |
14329 | 14396 | <Member Id="F:System.IO.Packaging.CompressionOption.Fast" /> |
|
0 commit comments