1 write to Local
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\Helpers\TestCollectionGroup.cs (1)
223
this.
Local
= this.Group.AddNew();
42 references to Local
Microsoft.Build.Engine.OM.UnitTests (42)
ObjectModelRemoting\Helpers\TestCollectionGroup.cs (4)
206
this.
Local
.Importing = false;
207
result.Add(this.
Local
, new HashSet<Project>(this.
Local
.Collection.LoadedProjects));
271
this.Clear(this.
Local
);
ObjectModelRemoting\LinkedConstructionModify_Tests.cs (3)
28
this.
Local
.Importing = true;
37
this.StdGroup.
Local
.Importing = true;
45
var newView = this.StdGroup.
Local
.GetLoadedProjects(tempPath).FirstOrDefault();
ObjectModelRemoting\LinkedConstructionReadOnly_Tests.cs (3)
31
this.
Local
.Importing = true;
35
var projView = this.
Local
.GetLoadedProjects(this.BigFile).FirstOrDefault();
47
var projView = this.
Local
.GetLoadedProjects(this.BigFile).FirstOrDefault();
ObjectModelRemoting\LinkedEvaluationModify_Tests.cs (4)
34
var pcLocal = this.StdGroup.
Local
;
108
var pcLocal = this.StdGroup.
Local
;
304
var pcLocal = this.StdGroup.
Local
;
340
var pcLocal = this.StdGroup.
Local
;
ObjectModelRemoting\LinkedEvaluationReadOnly_Tests.cs (3)
25
this.
Local
.Importing = true;
29
var projView = this.
Local
.GetLoadedProjects(this.BigFile).FirstOrDefault();
41
var projView = this.
Local
.GetLoadedProjects(this.BigFile).FirstOrDefault();
ObjectModelRemoting\LinkedProjectCollection_Tests.cs (20)
29
var pcLocal = this.StdGroup.
Local
;
66
var pcLocal = this.StdGroup.
Local
;
124
var pcLocal = this.StdGroup.
Local
;
156
this.StdGroup.
Local
.Importing = true;
159
Assert.Equal(0, this.StdGroup.
Local
.Collection.LoadedProjects.Count);
163
this.StdGroup.
Local
.LoadProject(this.StdGroup.StdProjectFiles[0]);
164
ViewValidation.VerifyProjectCollectionLinks(this.StdGroup.
Local
.Collection.LoadedProjects, 1, 0);
167
this.StdGroup.
Local
.VerifyProjectCollectionLinks(this.StdGroup.StdProjectFiles[0], 1, 0);
171
this.StdGroup.
Local
.LoadProject(this.StdGroup.StdProjectFiles[1]);
172
ViewValidation.VerifyProjectCollectionLinks(this.StdGroup.
Local
.Collection.LoadedProjects, 2, 0);
175
this.StdGroup.
Local
.VerifyProjectCollectionLinks(this.StdGroup.StdProjectFiles[1], 1, 0);
180
ViewValidation.VerifyProjectCollectionLinks(this.StdGroup.
Local
.Collection.LoadedProjects, 2, 1);
183
this.StdGroup.
Local
.VerifyProjectCollectionLinks(this.StdGroup.StdProjectFiles[2], 0, 1);
189
ViewValidation.VerifyProjectCollectionLinks(this.StdGroup.
Local
.Collection.LoadedProjects, 2, 2);
192
this.StdGroup.
Local
.VerifyProjectCollectionLinks(this.StdGroup.StdProjectFiles[0], 1, 1);
196
this.StdGroup.
Local
.Collection.UnloadAllProjects();
198
ViewValidation.VerifyProjectCollectionLinks(this.StdGroup.
Local
.Collection.LoadedProjects, 0, 2);
201
this.StdGroup.
Local
.VerifyProjectCollectionLinks(this.StdGroup.StdProjectFiles[0], 0, 1);
205
this.StdGroup.
Local
.VerifyProjectCollectionLinks(this.StdGroup.StdProjectFiles[1], 0, 0);
209
this.StdGroup.
Local
.VerifyProjectCollectionLinks(this.StdGroup.StdProjectFiles[2], 0, 1);
ObjectModelRemoting\LinkedSpecialCasesScenarios.cs (5)
42
this.LocalBig = this.
Local
.LoadProjectIgnoreMissingImports(this.LocalBigPath);
52
this.
Local
.Importing = true;
54
var targetView = this.
Local
.GetLoadedProjects(this.TargetBigPath).FirstOrDefault();
61
var guestView = this.
Local
.GetLoadedProjects(this.GuestBigPath).FirstOrDefault();
82
var newView = this.StdGroup.
Local
.GetLoadedProjects(tempPath).FirstOrDefault();