1 write to pszCurrentAssemblyPathBuf
Microsoft.CodeAnalysis.Scripting (1)
src\Compilers\Shared\GlobalAssemblyCacheHelpers\ClrGlobalAssemblyCache.cs (1)
241
pszCurrentAssemblyPathBuf
= p,
3 references to pszCurrentAssemblyPathBuf
Microsoft.CodeAnalysis.Scripting (3)
src\Compilers\Shared\GlobalAssemblyCacheHelpers\ClrGlobalAssemblyCache.cs (3)
248
Debug.Assert(info.
pszCurrentAssemblyPathBuf
!= null);
249
Debug.Assert(info.
pszCurrentAssemblyPathBuf
[info.cchBuf - 1] == '\0');
251
var result = Marshal.PtrToStringUni((IntPtr)info.
pszCurrentAssemblyPathBuf
, (int)info.cchBuf - 1);