1 write to StdGroup
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\LinkedConstructionModify_Tests.cs (1)
35this.StdGroup = group;
8 references to StdGroup
Microsoft.Build.Engine.OM.UnitTests (8)
ObjectModelRemoting\LinkedConstructionModify_Tests.cs (8)
37this.StdGroup.Local.Importing = true; 42var tempPath = this.StdGroup.Disk.GetAbsolutePath(path); 43var newReal = this.StdGroup.Target.LoadInMemoryWithSettings(TestCollectionGroup.SampleProjectFile); 45var newView = this.StdGroup.Local.GetLoadedProjects(tempPath).FirstOrDefault(); 59xmlPair.VerifySetter(this.StdGroup.Disk.GetAbsolutePath("tempRenamed"), (p) => p.FullPath, (p, v) => p.FullPath = v); 68var newImport = this.StdGroup.Disk.GetAbsolutePath("import"); 69var newItem = this.StdGroup.Disk.GetAbsolutePath("newfile.cpp"); 70var newItemWithMetadata = this.StdGroup.Disk.GetAbsolutePath("newfile2.cpp");