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