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