4 instantiations of DependencyReplacement
Microsoft.DotNet.VersionTools (4)
Dependencies\BuildOutput\FilePackageUpdater.cs (1)
22return new DependencyReplacement(
Dependencies\BuildOutput\OrchestratedBuild\OrchestratedBuildUpdateHelpers.cs (3)
30return new DependencyReplacement(value, new[] { match.Info }); 50return new DependencyReplacement(value, new[] { info }); 71return new DependencyReplacement(match.Version, new[] { info });
11 references to DependencyReplacement
Microsoft.DotNet.VersionTools (10)
Dependencies\BuildOutput\FilePackageUpdater.cs (1)
14public override DependencyReplacement GetDesiredReplacement(
Dependencies\BuildOutput\OrchestratedBuild\FileOrchestratedBuildCustomUpdater.cs (2)
13public Func<OrchestratedBuildDependencyInfo[], DependencyReplacement> GetDesiredValue { get; set; } 15public override DependencyReplacement GetDesiredReplacement(
Dependencies\BuildOutput\OrchestratedBuild\FileRegexOrchestratedBuildCustomUpdater.cs (2)
15public Func<OrchestratedBuildDependencyInfo[], DependencyReplacement> GetDesiredValue { get; set; } 21DependencyReplacement replacement = GetDesiredValue(
Dependencies\BuildOutput\OrchestratedBuild\OrchestratedBuildUpdateHelpers.cs (3)
14public static Func<OrchestratedBuildDependencyInfo[], DependencyReplacement> 39public static Func<OrchestratedBuildDependencyInfo[], DependencyReplacement> 60public static Func<OrchestratedBuildDependencyInfo[], DependencyReplacement>
Dependencies\FileUpdater.cs (2)
30DependencyReplacement replacement = GetDesiredReplacement(dependencyInfos); 80public abstract DependencyReplacement GetDesiredReplacement(
Microsoft.DotNet.VersionTools.Tasks (1)
BaseDependenciesTask.cs (1)
343Func<OrchestratedBuildDependencyInfo[], DependencyReplacement> updater)