1 write to ProjectCollection
dotnet (1)
MSBuildSession.cs (1)
64ProjectCollection = new ProjectCollection(
10 references to ProjectCollection
dotnet (10)
Commands\Run\RunCommandSelector.cs (1)
187=> _buildSession?.ProjectCollection
Commands\Test\MTP\MSBuildUtility.cs (3)
75var collection = buildSession.ProjectCollection; 109var collection = buildSession.ProjectCollection; 183projectFilePath, buildSession.ProjectCollection, evaluationContext, perTfmBuildOptions, buildSession, configuration, platform, perTfmGlobalProperties);
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
444var collection = buildSession.ProjectCollection;
MSBuildSession.cs (5)
36/// command has to be evaluated in - see <see cref="ProjectCollection"/>. 149ProjectCollection.Dispose(); 181ProjectCollection.Dispose(); 205ProjectCollection.Dispose(); 225var parameters = new BuildParameters(ProjectCollection)