7 references to BigProjectFile
Microsoft.Build.Engine.OM.UnitTests (7)
ObjectModelRemoting\LinkedConstructionReadOnly_Tests.cs (1)
29
this.BigFile = this.ImmutableDisk.WriteProjectFile($"Big.proj", TestCollectionGroup.
BigProjectFile
);
ObjectModelRemoting\LinkedEvaluationReadOnly_Tests.cs (1)
23
this.BigFile = this.ImmutableDisk.WriteProjectFile($"Big.proj", TestCollectionGroup.
BigProjectFile
);
ObjectModelRemoting\LinkedSpecialCasesScenarios.cs (5)
35
this.LocalBigPath = this.ImmutableDisk.WriteProjectFile($"BigLocal.proj", TestCollectionGroup.
BigProjectFile
);
36
this.TargetBigPath = this.ImmutableDisk.WriteProjectFile($"BigTarget.proj", TestCollectionGroup.
BigProjectFile
);
37
this.GuestBigPath = this.ImmutableDisk.WriteProjectFile($"BigGuest.proj", TestCollectionGroup.
BigProjectFile
);
94
var projectPair = GetNewInMemoryProject("Clone", TestCollectionGroup.
BigProjectFile
);
148
var projectPair = GetNewInMemoryProject("CopyFrom", TestCollectionGroup.
BigProjectFile
);