3 references to NeedsShadowCopy
Microsoft.CodeAnalysis.Scripting (3)
Hosting\AssemblyLoader\MetadataShadowCopyProvider.cs (3)
232
if (
NeedsShadowCopy
(fullPath))
282
/// Copy of the specified file, or null if the file doesn't need a copy (<see cref="
NeedsShadowCopy
"/>).
290
return
NeedsShadowCopy
(fullPath) ? GetMetadataShadowCopyNoCheck(fullPath, kind) : null;