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))); 655var runtimeFile = !string.IsNullOrWhiteSpace(assembly.Path) && File.Exists(assembly.Path) ? CreateRuntimeFile(referenceProjectInfo.OutputName, assembly.Path, assembly.DestinationSubPath) : 656!string.IsNullOrWhiteSpace(library.Path) && File.Exists(library.Path) ? CreateRuntimeFile(referenceProjectInfo.OutputName, library.Path) : 822return CreateRuntimeFile(relativePath, resolvedFile.SourcePath, resolvedFile.DestinationSubPath);