2 references to pAbsPath
Microsoft.AspNetCore.Server.HttpSys (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);