1 write to FullPath
Microsoft.CodeAnalysis.Scripting (1)
Hosting\AssemblyLoader\ShadowCopy.cs (1)
33FullPath = fullPath;
2 references to FullPath
Microsoft.CodeAnalysis.Scripting (2)
Hosting\AssemblyLoader\InteractiveAssemblyLoader.cs (1)
122var result = _runtimeAssemblyLoader.LoadFromPath((copy != null) ? copy.PrimaryModule.FullPath : reference);
Hosting\AssemblyLoader\MetadataShadowCopyProvider.cs (1)
317key = new FileKey(fullPath, FileUtilities.GetFileTimeStamp(newCopy.Public.PrimaryModule.FullPath));