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