6 references to CreateRuntimeFile
Microsoft.NET.Build.Tasks (6)
DependencyContextBuilder.cs (6)
302runtimeAssemblyGroups: [new RuntimeAssetGroup(string.Empty, [CreateRuntimeFile(directReference.FileName, directReference.FullPath, directReference.DestinationSubPath)])],
610.Select(asset => CreateRuntimeFile(asset.DestinationSubPath, asset.SourcePath)));
614.Select(asset => CreateRuntimeFile(asset.DestinationSubPath, asset.SourcePath)));
658libraryPath != null && File.Exists(libraryPath) ? CreateRuntimeFile(referenceProjectInfo.OutputName, libraryPath) :
824return CreateRuntimeFile(relativePath, resolvedFile.SourcePath, resolvedFile.DestinationSubPath);
842=> CreateRuntimeFile(path, fullPath.Value, localPath);