12 writes to ProjectCollection
dotnet (6)
Commands\Project\Convert\ProjectConvertCommand.cs (1)
427ProjectCollection = outputProjectCollection,
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
774ProjectCollection = collection,
Commands\Test\MTP\MSBuildUtility.cs (1)
483ProjectCollection = collection,
Commands\Test\MTP\SolutionAndProjectUtility.cs (2)
247ProjectCollection = collection, 492ProjectCollection = collection,
MsbuildProject.cs (1)
201ProjectCollection = _projects,
dotnet-aot (1)
src\sdk\src\Cli\dotnet\MsbuildProject.cs (1)
201ProjectCollection = _projects,
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
Build\ProjectBuildManager.cs (1)
228ProjectCollection = _projectCollection,
Microsoft.DotNet.Arcade.Sdk (1)
src\InstallDotNetCore.cs (1)
94var proj = Project.FromFile(VersionsPropsPath, new Build.Definition.ProjectOptions() { ProjectCollection = new ProjectCollection() });
Microsoft.DotNet.ProjectTools (1)
BuildService.cs (1)
107ProjectCollection = projectCollection.Inner,
MSBuild (1)
XMake.cs (1)
1070ProjectCollection = collection,
NuGet.Build.Tasks.Console (1)
MSBuildStaticGraphRestore.cs (1)
1315ProjectCollection = collection
6 references to ProjectCollection
Microsoft.Build (6)
Definition\Project.cs (3)
495options.ProjectCollection ?? ProjectCollection.GlobalProjectCollection, 515options.ProjectCollection ?? ProjectCollection.GlobalProjectCollection, 535options.ProjectCollection ?? ProjectCollection.GlobalProjectCollection,
Definition\ProjectOptions.cs (1)
35/// The <see cref="ProjectCollection"/> the project is added to. Default is <see cref="ProjectCollection.GlobalProjectCollection"/>.
Instance\ProjectInstance.cs (2)
936options.ProjectCollection ?? ProjectCollection.GlobalProjectCollection, 956options.ProjectCollection ?? ProjectCollection.GlobalProjectCollection,