1 write to StdProjectFiles
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\Helpers\TestCollectionGroup.cs (1)
239
this.
StdProjectFiles
= stdFiles;
38 references to StdProjectFiles
Microsoft.Build.Engine.OM.UnitTests (38)
ObjectModelRemoting\LinkedEvaluationModify_Tests.cs (4)
37
var proj1Path = this.StdGroup.
StdProjectFiles
[0];
111
var proj1Path = this.StdGroup.
StdProjectFiles
[0];
307
var proj1Path = this.StdGroup.
StdProjectFiles
[0];
343
var proj1Path = this.StdGroup.
StdProjectFiles
[0];
ObjectModelRemoting\LinkedProjectCollection_Tests.cs (34)
32
var proj1Path = this.StdGroup.
StdProjectFiles
[0];
33
var proj2Path = this.StdGroup.
StdProjectFiles
[1];
70
var proj0Path = this.StdGroup.
StdProjectFiles
[0];
71
var proj1Path = this.StdGroup.
StdProjectFiles
[1];
72
var proj2Path = this.StdGroup.
StdProjectFiles
[2];
73
var proj3Path = this.StdGroup.
StdProjectFiles
[3];
128
var proj0Path = this.StdGroup.
StdProjectFiles
[0];
129
var proj1Path = this.StdGroup.
StdProjectFiles
[1];
130
var proj2Path = this.StdGroup.
StdProjectFiles
[2];
163
this.StdGroup.Local.LoadProject(this.StdGroup.
StdProjectFiles
[0]);
167
this.StdGroup.Local.VerifyProjectCollectionLinks(this.StdGroup.
StdProjectFiles
[0], 1, 0);
168
this.StdGroup.Remote[0].VerifyProjectCollectionLinks(this.StdGroup.
StdProjectFiles
[0], 0, 1);
169
this.StdGroup.Remote[1].VerifyProjectCollectionLinks(this.StdGroup.
StdProjectFiles
[0], 0, 1);
171
this.StdGroup.Local.LoadProject(this.StdGroup.
StdProjectFiles
[1]);
175
this.StdGroup.Local.VerifyProjectCollectionLinks(this.StdGroup.
StdProjectFiles
[1], 1, 0);
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]);
183
this.StdGroup.Local.VerifyProjectCollectionLinks(this.StdGroup.
StdProjectFiles
[2], 0, 1);
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]);
192
this.StdGroup.Local.VerifyProjectCollectionLinks(this.StdGroup.
StdProjectFiles
[0], 1, 1);
193
this.StdGroup.Remote[0].VerifyProjectCollectionLinks(this.StdGroup.
StdProjectFiles
[0], 0, 2);
194
this.StdGroup.Remote[1].VerifyProjectCollectionLinks(this.StdGroup.
StdProjectFiles
[0], 1, 1);
201
this.StdGroup.Local.VerifyProjectCollectionLinks(this.StdGroup.
StdProjectFiles
[0], 0, 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);
205
this.StdGroup.Local.VerifyProjectCollectionLinks(this.StdGroup.
StdProjectFiles
[1], 0, 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);
209
this.StdGroup.Local.VerifyProjectCollectionLinks(this.StdGroup.
StdProjectFiles
[2], 0, 1);
210
this.StdGroup.Remote[0].VerifyProjectCollectionLinks(this.StdGroup.
StdProjectFiles
[2], 1, 0);
211
this.StdGroup.Remote[1].VerifyProjectCollectionLinks(this.StdGroup.
StdProjectFiles
[2], 0, 1);