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