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