1 write to Remote
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\Helpers\TestCollectionGroup.cs (1)
224
this.
Remote
= new ProjectCollectionLinker[this.RemoteCount];
45 references to Remote
Microsoft.Build.Engine.OM.UnitTests (45)
ObjectModelRemoting\Helpers\TestCollectionGroup.cs (3)
208
foreach (var r in this.
Remote
)
227
this.
Remote
[i] = this.Group.AddNew();
272
foreach (var remote in this.
Remote
)
ObjectModelRemoting\LinkedConstructionModify_Tests.cs (1)
27
this.Target = this.
Remote
[0];
ObjectModelRemoting\LinkedConstructionReadOnly_Tests.cs (1)
30
var projReal = this.
Remote
[0].LoadProjectIgnoreMissingImports(this.BigFile);
ObjectModelRemoting\LinkedEvaluationModify_Tests.cs (4)
35
var pcRemote = this.StdGroup.
Remote
[0];
109
var pcRemote = this.StdGroup.
Remote
[0];
305
var pcRemote = this.StdGroup.
Remote
[0];
341
var pcRemote = this.StdGroup.
Remote
[0];
ObjectModelRemoting\LinkedEvaluationReadOnly_Tests.cs (1)
24
var projReal = this.
Remote
[0].LoadProjectWithSettings(this.BigFile, ProjectLoadSettings.IgnoreMissingImports | ProjectLoadSettings.RecordDuplicateButNotCircularImports);
ObjectModelRemoting\LinkedProjectCollection_Tests.cs (33)
30
var pcRemote = this.StdGroup.
Remote
[0];
67
var pcRemote0 = this.StdGroup.
Remote
[0];
68
var pcRemote1 = this.StdGroup.
Remote
[1];
125
var pcRemote = this.StdGroup.
Remote
[0];
157
Array.ForEach(StdGroup.
Remote
, (r) => r.Importing = true);
160
Assert.Equal(0, this.StdGroup.
Remote
[0].Collection.LoadedProjects.Count);
161
Assert.Equal(0, this.StdGroup.
Remote
[1].Collection.LoadedProjects.Count);
165
ViewValidation.VerifyProjectCollectionLinks(this.StdGroup.
Remote
[0].Collection.LoadedProjects, 0, 1);
166
ViewValidation.VerifyProjectCollectionLinks(this.StdGroup.
Remote
[1].Collection.LoadedProjects, 0, 1);
168
this.StdGroup.
Remote
[0].VerifyProjectCollectionLinks(this.StdGroup.StdProjectFiles[0], 0, 1);
169
this.StdGroup.
Remote
[1].VerifyProjectCollectionLinks(this.StdGroup.StdProjectFiles[0], 0, 1);
173
ViewValidation.VerifyProjectCollectionLinks(this.StdGroup.
Remote
[0].Collection.LoadedProjects, 0, 2);
174
ViewValidation.VerifyProjectCollectionLinks(this.StdGroup.
Remote
[1].Collection.LoadedProjects, 0, 2);
176
this.StdGroup.
Remote
[0].VerifyProjectCollectionLinks(this.StdGroup.StdProjectFiles[1], 0, 1);
177
this.StdGroup.
Remote
[1].VerifyProjectCollectionLinks(this.StdGroup.StdProjectFiles[1], 0, 1);
179
this.StdGroup.
Remote
[0].LoadProject(this.StdGroup.StdProjectFiles[2]);
181
ViewValidation.VerifyProjectCollectionLinks(this.StdGroup.
Remote
[0].Collection.LoadedProjects, 1, 2);
182
ViewValidation.VerifyProjectCollectionLinks(this.StdGroup.
Remote
[1].Collection.LoadedProjects, 0, 3);
184
this.StdGroup.
Remote
[0].VerifyProjectCollectionLinks(this.StdGroup.StdProjectFiles[2], 1, 0);
185
this.StdGroup.
Remote
[1].VerifyProjectCollectionLinks(this.StdGroup.StdProjectFiles[2], 0, 1);
188
this.StdGroup.
Remote
[1].LoadProject(this.StdGroup.StdProjectFiles[0]);
190
ViewValidation.VerifyProjectCollectionLinks(this.StdGroup.
Remote
[0].Collection.LoadedProjects, 1, 3);
191
ViewValidation.VerifyProjectCollectionLinks(this.StdGroup.
Remote
[1].Collection.LoadedProjects, 1, 3);
193
this.StdGroup.
Remote
[0].VerifyProjectCollectionLinks(this.StdGroup.StdProjectFiles[0], 0, 2);
194
this.StdGroup.
Remote
[1].VerifyProjectCollectionLinks(this.StdGroup.StdProjectFiles[0], 1, 1);
199
ViewValidation.VerifyProjectCollectionLinks(this.StdGroup.
Remote
[0].Collection.LoadedProjects, 1, 1);
200
ViewValidation.VerifyProjectCollectionLinks(this.StdGroup.
Remote
[1].Collection.LoadedProjects, 1, 1);
202
this.StdGroup.
Remote
[0].VerifyProjectCollectionLinks(this.StdGroup.StdProjectFiles[0], 0, 1);
203
this.StdGroup.
Remote
[1].VerifyProjectCollectionLinks(this.StdGroup.StdProjectFiles[0], 1, 0);
206
this.StdGroup.
Remote
[0].VerifyProjectCollectionLinks(this.StdGroup.StdProjectFiles[1], 0, 0);
207
this.StdGroup.
Remote
[1].VerifyProjectCollectionLinks(this.StdGroup.StdProjectFiles[1], 0, 0);
210
this.StdGroup.
Remote
[0].VerifyProjectCollectionLinks(this.StdGroup.StdProjectFiles[2], 1, 0);
211
this.StdGroup.
Remote
[1].VerifyProjectCollectionLinks(this.StdGroup.StdProjectFiles[2], 0, 1);
ObjectModelRemoting\LinkedSpecialCasesScenarios.cs (2)
39
this.Target = this.
Remote
[0];
40
this.Guest = this.
Remote
[1];