8 references to Get
Microsoft.Build.Engine.OM.UnitTests (8)
ObjectModelRemoting\Helpers\ViewValidation.construction.cs (5)
28var appendWhere = this.Get(where) as ProjectElementContainer; 31var c1Where = adder(this.PRE.Get(where), id); 36Assert.Same(c1Where, c1.Get(where)); 61var c1Where = adder(this.Get(where), id); 65Assert.Same(c1Where, c1.Get(where));
ObjectModelRemoting\Helpers\ViewValidation.evaluation.cs (3)
54var toAdd = this.Get(where); 61var toAdd = this.Get(where); 83var toAdd = this.Get(where);