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