4 references to NeedMoreData
System.Formats.Asn1 (4)
System\Formats\Asn1\AsnDecoder.cs (4)
311
case LengthDecodeStatus.
NeedMoreData
:
316
goto case LengthDecodeStatus.
NeedMoreData
;
333
return LengthDecodeStatus.
NeedMoreData
;
377
return LengthDecodeStatus.
NeedMoreData
;