2 instantiations of ShadowCopyReference
Microsoft.CodeAnalysis.InteractiveHost (2)
Interactive\Core\InteractiveHost.Service.cs (1)
130
(path, properties) => new
ShadowCopyReference
(GetServiceState().MetadataFileProvider, path, properties));
Interactive\Core\InteractiveHost.ShadowCopyReference.cs (1)
38
return new
ShadowCopyReference
(_provider, FilePath!, properties);