4 references to PtrToStringAnsi
Microsoft.AspNetCore.Server.HttpSys (1)
src\aspnetcore\src\Shared\HttpSys\RequestProcessing\NativeRequestContext.cs (1)
278
return Marshal.
PtrToStringAnsi
((IntPtr)NativeRequest->pRawUrl.Value, NativeRequest->RawUrlLength);
Microsoft.AspNetCore.Server.IIS (1)
src\aspnetcore\src\Shared\HttpSys\RequestProcessing\NativeRequestContext.cs (1)
278
return Marshal.
PtrToStringAnsi
((IntPtr)NativeRequest->pRawUrl.Value, NativeRequest->RawUrlLength);
System.Private.CoreLib (1)
Internal\Runtime\CompilerHelpers\InteropHelpers.cs (1)
245
return Marshal.
PtrToStringAnsi
((IntPtr)buffer, (int)Marshal.SysStringByteLen((IntPtr)buffer));
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\Windows\HelpersWindows.cs (1)
468
return Marshal.
PtrToStringAnsi
((IntPtr)asciiPtr, len);