28 references to Overlaps
System.Formats.Asn1 (3)
System\Formats\Asn1\AsnDecoder.BitString.cs (1)
165
if (source.
Overlaps
(destination))
System\Formats\Asn1\AsnDecoder.OctetString.cs (1)
69
if (source.
Overlaps
(destination))
System\Formats\Asn1\AsnDecoder.Text.cs (1)
153
if (source.
Overlaps
(destination))
System.Numerics.Tensors (2)
System\Numerics\Tensors\TensorPrimitives.Helpers.cs (2)
18
input.
Overlaps
(destination))
33
if (destination1.Slice(0, inputLength).
Overlaps
(destination2.Slice(0, inputLength)))
System.Private.CoreLib (10)
src\libraries\System.Private.CoreLib\src\System\Globalization\Normalization.cs (1)
47
if (source.
Overlaps
(destination))
src\libraries\System.Private.CoreLib\src\System\Globalization\Ordinal.cs (1)
688
if (source.
Overlaps
(destination))
src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.cs (3)
4077
Overlaps
((ReadOnlySpan<T>)span, other);
4780
source.
Overlaps
(destination))
4830
source.
Overlaps
(destination))
src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.Globalization.cs (4)
199
if (source.
Overlaps
(destination))
225
if (source.
Overlaps
(destination))
251
if (source.
Overlaps
(destination))
277
if (source.
Overlaps
(destination))
src\libraries\System.Private.CoreLib\src\System\Text\Ascii.CaseConversion.cs (1)
162
if (MemoryMarshal.AsBytes(source).
Overlaps
(MemoryMarshal.AsBytes(destination)))
System.Private.Uri (4)
System\UriExt.cs (2)
642
bool overlapped = charsToUnescape.
Overlaps
(destination) &&
677
Debug.Assert(vsb.RawChars.
Overlaps
(destination));
System\UriHelper.cs (2)
157
bool overlapped = charsToEscape.
Overlaps
(destination);
187
Debug.Assert(vsb.RawChars.
Overlaps
(destination));
System.Security.Cryptography (7)
src\libraries\Common\src\System\Security\Cryptography\MLKem.cs (1)
126
if (ciphertext.
Overlaps
(sharedSecret))
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (2)
188
Debug.Assert(!ret.PrivateKeyBytes.Span.
Overlaps
(decryptedMemory.Span));
219
Debug.Assert(!ret.PrivateKeyBytes.Span.
Overlaps
(decryptedMemory.Span));
System\Security\Cryptography\Aes.cs (2)
143
if (plaintext.
Overlaps
(destination))
273
if (ciphertext.
Overlaps
(destination))
System\Security\Cryptography\HKDFManagedImplementation.cs (1)
33
if (output.
Overlaps
(info))
System\Security\Cryptography\UniversalCryptoEncryptor.cs (1)
35
Debug.Assert(!inputBuffer.
Overlaps
(outputBuffer));
System.Security.Cryptography.Pkcs (2)
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (2)
188
Debug.Assert(!ret.PrivateKeyBytes.Span.
Overlaps
(decryptedMemory.Span));
219
Debug.Assert(!ret.PrivateKeyBytes.Span.
Overlaps
(decryptedMemory.Span));