6 references to MaxStackAllocUrlLength
System.Web.HttpUtility (6)
System\Web\Util\HttpEncoder.cs (6)
248
UrlDecoder helper = count <=
MaxStackAllocUrlLength
249
? new UrlDecoder(stackalloc char[
MaxStackAllocUrlLength
], stackalloc byte[
MaxStackAllocUrlLength
], encoding)
324
UrlDecoder helper = count <=
MaxStackAllocUrlLength
325
? new UrlDecoder(stackalloc char[
MaxStackAllocUrlLength
], stackalloc byte[
MaxStackAllocUrlLength
], encoding)