6 references to CreateRuntimeFile
Microsoft.NET.Build.Tasks (6)
DependencyContextBuilder.cs (6)
302runtimeAssemblyGroups: [new RuntimeAssetGroup(string.Empty, [CreateRuntimeFile(directReference.FileName, directReference.FullPath)])], 607.Select(asset => CreateRuntimeFile(asset.DestinationSubPath, asset.SourcePath))); 611.Select(asset => CreateRuntimeFile(asset.DestinationSubPath, asset.SourcePath))); 650var runtimeFile = !string.IsNullOrWhiteSpace(assemblyPath) && File.Exists(assemblyPath) ? CreateRuntimeFile(referenceProjectInfo.OutputName, assemblyPath) : 651!string.IsNullOrWhiteSpace(library.Path) && File.Exists(library.Path) ? CreateRuntimeFile(referenceProjectInfo.OutputName, library.Path) : 821return CreateRuntimeFile(relativePath, resolvedFile.SourcePath);