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