4 instantiations of 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);
2 references to UrlDecoder
System.Web.HttpUtility (2)
System\Web\Util\HttpEncoder.cs (2)
249UrlDecoder helper = count <= MaxStackAllocUrlLength 325UrlDecoder helper = count <= MaxStackAllocUrlLength