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