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