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