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