19 references to LoadProject
Microsoft.Build.Engine.OM.UnitTests (19)
ObjectModelRemoting\LinkedEvaluationModify_Tests.cs (4)
38
var realProj = pcRemote.
LoadProject
(proj1Path);
112
var realProj = pcRemote.
LoadProject
(proj1Path);
308
var realProj = pcRemote.
LoadProject
(proj1Path);
344
var realProj = pcRemote.
LoadProject
(proj1Path);
ObjectModelRemoting\LinkedProjectCollection_Tests.cs (15)
35
var proj1 = pcLocal.
LoadProject
(proj1Path);
36
var proj2 = pcRemote.
LoadProject
(proj2Path);
75
var proj0local = pcLocal.
LoadProject
(proj0Path);
76
var proj1local = pcLocal.
LoadProject
(proj1Path);
78
var proj1remote0 = pcRemote0.
LoadProject
(proj1Path);
79
var proj2remote0 = pcRemote0.
LoadProject
(proj2Path);
81
var proj2remote1 = pcRemote1.
LoadProject
(proj2Path);
82
var proj3remote1 = pcRemote1.
LoadProject
(proj3Path);
135
pcLocal.
LoadProject
(proj0Path);
139
var proj1 = pcRemote.
LoadProject
(proj1Path);
143
pcRemote.
LoadProject
(proj2Path);
163
this.StdGroup.Local.
LoadProject
(this.StdGroup.StdProjectFiles[0]);
171
this.StdGroup.Local.
LoadProject
(this.StdGroup.StdProjectFiles[1]);
179
this.StdGroup.Remote[0].
LoadProject
(this.StdGroup.StdProjectFiles[2]);
188
this.StdGroup.Remote[1].
LoadProject
(this.StdGroup.StdProjectFiles[0]);