1 write to StdGroup
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\LinkedEvaluationReadOnly_Tests.cs (1)
54this.StdGroup = group;
11 references to StdGroup
Microsoft.Build.Engine.OM.UnitTests (11)
ObjectModelRemoting\LinkedEvaluationReadOnly_Tests.cs (11)
55this.StdGroup.ResetBeforeTests(); 62ViewValidation.Verify(this.StdGroup.View, this.StdGroup.Real); 68var viewItems = this.StdGroup.View.AllEvaluatedItems; 69var realItems = this.StdGroup.Real.AllEvaluatedItems; 78var viewItemDefinitions = this.StdGroup.View.ItemDefinitions; 79var realItemDefinitions = this.StdGroup.Real.ItemDefinitions; 88var viewProperties = this.StdGroup.View.Properties; 89var realProperties = this.StdGroup.Real.Properties; 98var viewMetadata = this.StdGroup.View.AllEvaluatedItemDefinitionMetadata; 99var realMetadata = this.StdGroup.Real.AllEvaluatedItemDefinitionMetadata;