36 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)
151if (source.Overlaps(destination))
System.Numerics.Tensors (2)
System\Numerics\Tensors\TensorPrimitives.Helpers.cs (2)
18input.Overlaps(destination)) 33if (destination1.Slice(0, inputLength).Overlaps(destination2.Slice(0, inputLength)))
System.Private.CoreLib (13)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\IdnMapping.cs (2)
117if (unicode.Overlaps(destination)) 188if (ascii.Overlaps(destination))
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\Normalization.cs (1)
47if (source.Overlaps(destination))
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\Ordinal.cs (2)
689if (source.Overlaps(destination)) 714if (source.Overlaps(destination))
src\runtime\src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.cs (3)
4109Overlaps((ReadOnlySpan<T>)span, other); 4834source.Overlaps(destination)) 4884source.Overlaps(destination))
src\runtime\src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.Globalization.cs (4)
241if (source.Overlaps(destination)) 267if (source.Overlaps(destination)) 293if (source.Overlaps(destination)) 319if (source.Overlaps(destination))
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Ascii.CaseConversion.cs (1)
163if (MemoryMarshal.AsBytes(source).Overlaps(MemoryMarshal.AsBytes(destination)))
System.Private.Uri (5)
System\Uri.cs (1)
4314Debug.Assert(slice.IsEmpty || slice.Overlaps(dest.RawChars));
System\UriExt.cs (2)
560bool overlapped = charsToUnescape.Overlaps(destination) && 591Debug.Assert(vsb.RawChars.Overlaps(destination));
System\UriHelper.cs (2)
155bool overlapped = charsToEscape.Overlaps(destination); 185Debug.Assert(vsb.RawChars.Overlaps(destination));
System.Security.Cryptography (11)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CompositeMLKem.cs (1)
184if (ciphertext.Overlaps(sharedSecret))
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLKem.cs (1)
125if (ciphertext.Overlaps(sharedSecret))
src\runtime\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\Aes.cs (4)
141if (plaintext.Overlaps(destination)) 266if (ciphertext.Overlaps(destination)) 471if (plaintext.Overlaps(destination)) 601if (ciphertext.Overlaps(destination))
System\Security\Cryptography\HKDF.Windows.cs (1)
131if (destination.Overlaps(info))
System\Security\Cryptography\HKDFManagedImplementation.cs (1)
32if (output.Overlaps(info))
System\Security\Cryptography\UniversalCryptoEncryptor.cs (1)
35Debug.Assert(!inputBuffer.Overlaps(outputBuffer));
System.Security.Cryptography.Pkcs (2)
src\runtime\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));