5 references to Slice
System.Formats.Asn1 (5)
System\Formats\Asn1\AsnDecoder.BitString.cs (1)
731value = AsnDecoder.Slice(_data, span);
System\Formats\Asn1\AsnDecoder.Enumerated.cs (1)
300ReadOnlyMemory<byte> memory = AsnDecoder.Slice(_data, bytes);
System\Formats\Asn1\AsnDecoder.Integer.cs (1)
552ReadOnlyMemory<byte> ret = AsnDecoder.Slice(_data, bytes);
System\Formats\Asn1\AsnDecoder.OctetString.cs (1)
671contents = AsnDecoder.Slice(_data, span);
System\Formats\Asn1\AsnDecoder.Text.cs (1)
598contents = AsnDecoder.Slice(_data, span);