2 instantiations of ReleasePropertyProjectLocator
dotnet (2)
Commands\Pack\PackCommand.cs (1)
67ReleasePropertyProjectLocator projectLocator = new(parseResult, MSBuildPropertyNames.PACK_RELEASE,
Commands\Publish\PublishCommand.cs (1)
70var projectLocator = new ReleasePropertyProjectLocator(parseResult, MSBuildPropertyNames.PUBLISH_RELEASE, options);
4 references to ReleasePropertyProjectLocator
dotnet (4)
Commands\Pack\PackCommand.cs (2)
67ReleasePropertyProjectLocator projectLocator = new(parseResult, MSBuildPropertyNames.PACK_RELEASE, 68new ReleasePropertyProjectLocator.DependentCommandOptions(
Commands\Publish\PublishCommand.cs (2)
65var options = new ReleasePropertyProjectLocator.DependentCommandOptions( 70var projectLocator = new ReleasePropertyProjectLocator(parseResult, MSBuildPropertyNames.PUBLISH_RELEASE, options);