1 write to StdGroup
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\LinkedEvaluationModify_Tests.cs (1)
25this.StdGroup = group;
13 references to StdGroup
Microsoft.Build.Engine.OM.UnitTests (13)
ObjectModelRemoting\LinkedEvaluationModify_Tests.cs (13)
34var pcLocal = this.StdGroup.Local; 35var pcRemote = this.StdGroup.Remote[0]; 37var proj1Path = this.StdGroup.StdProjectFiles[0]; 44var savedPath = this.StdGroup.Disk.GetAbsolutePath("Saved.proj"); 108var pcLocal = this.StdGroup.Local; 109var pcRemote = this.StdGroup.Remote[0]; 111var proj1Path = this.StdGroup.StdProjectFiles[0]; 304var pcLocal = this.StdGroup.Local; 305var pcRemote = this.StdGroup.Remote[0]; 307var proj1Path = this.StdGroup.StdProjectFiles[0]; 340var pcLocal = this.StdGroup.Local; 341var pcRemote = this.StdGroup.Remote[0]; 343var proj1Path = this.StdGroup.StdProjectFiles[0];