Searched refs:StackallocThreshold (Results 1 – 1 of 1) sorted by relevance
53 private const int StackallocThreshold = 256; field in Google.Protobuf.ParsingPrimitives631 Span<byte> byteSpan = length <= StackallocThreshold ? in ReadStringSlow()