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