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