1 write to Real
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\LinkedEvaluationReadOnly_Tests.cs (1)
27this.Real = projReal;
7 references to Real
Microsoft.Build.Engine.OM.UnitTests (7)
ObjectModelRemoting\LinkedEvaluationReadOnly_Tests.cs (7)
28Assert.NotNull(this.Real); 33ViewValidation.VerifyNotLinkedNotNull(this.Real); 62ViewValidation.Verify(this.StdGroup.View, this.StdGroup.Real); 69var realItems = this.StdGroup.Real.AllEvaluatedItems; 79var realItemDefinitions = this.StdGroup.Real.ItemDefinitions; 89var realProperties = this.StdGroup.Real.Properties; 99var realMetadata = this.StdGroup.Real.AllEvaluatedItemDefinitionMetadata;