2 references to QueryStringLength
Microsoft.AspNetCore.Server.IIS (2)
src\Shared\HttpSys\NativeInterop\CookedUrl.cs (2)
48
if (!_nativeCookedUrl.pQueryString.Equals(null) && _nativeCookedUrl.
QueryStringLength
> 0)
50
return Marshal.PtrToStringUni((IntPtr)_nativeCookedUrl.pQueryString.Value, _nativeCookedUrl.
QueryStringLength
/ 2);