1 write to pszCurrentAssemblyPathBuf
Microsoft.CodeAnalysis.Scripting (1)
ClrGlobalAssemblyCache.cs (1)
239
pszCurrentAssemblyPathBuf
= p,
3 references to pszCurrentAssemblyPathBuf
Microsoft.CodeAnalysis.Scripting (3)
ClrGlobalAssemblyCache.cs (3)
246
Debug.Assert(info.
pszCurrentAssemblyPathBuf
!= null);
247
Debug.Assert(info.
pszCurrentAssemblyPathBuf
[info.cchBuf - 1] == '\0');
249
var result = Marshal.PtrToStringUni((IntPtr)info.
pszCurrentAssemblyPathBuf
, (int)info.cchBuf - 1);