20 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 (1)
System\Numerics\Tensors\TensorPrimitives.Helpers.cs (1)
19
input.
Overlaps
(destination))
System.Private.CoreLib (9)
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)
4076
Overlaps
((ReadOnlySpan<T>)span, other);
4779
source.
Overlaps
(destination))
4829
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 (2)
System\UriExt.cs (1)
646
bool overlapped = charsToUnescape.
Overlaps
(destination) &&
System\UriHelper.cs (1)
140
bool overlapped = charsToEscape.
Overlaps
(destination);
System.Security.Cryptography (3)
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\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));