20 references to Overlaps
System.Formats.Asn1 (3)
System\Formats\Asn1\AsnDecoder.BitString.cs (1)
165if (source.Overlaps(destination))
System\Formats\Asn1\AsnDecoder.OctetString.cs (1)
69if (source.Overlaps(destination))
System\Formats\Asn1\AsnDecoder.Text.cs (1)
153if (source.Overlaps(destination))
System.Numerics.Tensors (1)
System\Numerics\Tensors\TensorPrimitives.Helpers.cs (1)
19input.Overlaps(destination))
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Globalization\Ordinal.cs (1)
688if (source.Overlaps(destination))
src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.cs (3)
4076Overlaps((ReadOnlySpan<T>)span, other); 4779source.Overlaps(destination)) 4829source.Overlaps(destination))
src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.Globalization.cs (4)
199if (source.Overlaps(destination)) 225if (source.Overlaps(destination)) 251if (source.Overlaps(destination)) 277if (source.Overlaps(destination))
src\libraries\System.Private.CoreLib\src\System\Text\Ascii.CaseConversion.cs (1)
162if (MemoryMarshal.AsBytes(source).Overlaps(MemoryMarshal.AsBytes(destination)))
System.Private.Uri (2)
System\UriExt.cs (1)
646bool overlapped = charsToUnescape.Overlaps(destination) &&
System\UriHelper.cs (1)
140bool overlapped = charsToEscape.Overlaps(destination);
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (2)
188Debug.Assert(!ret.PrivateKeyBytes.Span.Overlaps(decryptedMemory.Span)); 219Debug.Assert(!ret.PrivateKeyBytes.Span.Overlaps(decryptedMemory.Span));
System\Security\Cryptography\UniversalCryptoEncryptor.cs (1)
35Debug.Assert(!inputBuffer.Overlaps(outputBuffer));
System.Security.Cryptography.Pkcs (2)
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (2)
188Debug.Assert(!ret.PrivateKeyBytes.Span.Overlaps(decryptedMemory.Span)); 219Debug.Assert(!ret.PrivateKeyBytes.Span.Overlaps(decryptedMemory.Span));