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