1 write to StdGroup
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\LinkedSpecialCasesScenarios.cs (1)
72this.StdGroup = group;
9 references to StdGroup
Microsoft.Build.Engine.OM.UnitTests (9)
ObjectModelRemoting\LinkedSpecialCasesScenarios.cs (9)
79var tempPath = this.StdGroup.Disk.GetAbsolutePath(path); 80var newReal = this.StdGroup.Target.LoadInMemoryWithSettings(content, ProjectLoadSettings.IgnoreMissingImports); 82var newView = this.StdGroup.Local.GetLoadedProjects(tempPath).FirstOrDefault(); 213CloneAndAddInternal(this.StdGroup.TargetXmlPair.View); 220CloneAndAddInternal(this.StdGroup.LocalBig.Xml); 227CloneAndAddInternal(this.StdGroup.GuestXmlPair.View); 240CopyFromInternal(this.StdGroup.TargetXmlPair.View); 246CopyFromInternal(this.StdGroup.LocalBig.Xml); 252CopyFromInternal(this.StdGroup.GuestXmlPair.View);