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 (2)
System\Numerics\Tensors\TensorPrimitives.Helpers.cs (2)
19input.Overlaps(destination)) 34if (destination1.Slice(0, inputLength).Overlaps(destination2.Slice(0, inputLength)))
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)
4077Overlaps((ReadOnlySpan<T>)span, other); 4780source.Overlaps(destination)) 4830source.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 (4)
System\UriExt.cs (2)
646bool overlapped = charsToUnescape.Overlaps(destination) && 681Debug.Assert(vsb.RawChars.Overlaps(destination));
System\UriHelper.cs (2)
156bool overlapped = charsToEscape.Overlaps(destination); 186Debug.Assert(vsb.RawChars.Overlaps(destination));
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));