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