31 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)
151
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 (12)
src\libraries\System.Private.CoreLib\src\System\Globalization\IdnMapping.cs (2)
117
if (unicode.
Overlaps
(destination))
188
if (ascii.
Overlaps
(destination))
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)
4109
Overlaps
((ReadOnlySpan<T>)span, other);
4834
source.
Overlaps
(destination))
4884
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 (5)
System\Uri.cs (1)
4308
Debug.Assert(slice.IsEmpty || slice.
Overlaps
(dest.RawChars));
System\UriExt.cs (2)
562
bool overlapped = charsToUnescape.
Overlaps
(destination) &&
593
Debug.Assert(vsb.RawChars.
Overlaps
(destination));
System\UriHelper.cs (2)
155
bool overlapped = charsToEscape.
Overlaps
(destination);
185
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)
32
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));