1 write to TargetBigPath
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\LinkedSpecialCasesScenarios.cs (1)
36this.TargetBigPath = this.ImmutableDisk.WriteProjectFile($"BigTarget.proj", TestCollectionGroup.BigProjectFile);
2 references to TargetBigPath
Microsoft.Build.Engine.OM.UnitTests (2)
ObjectModelRemoting\LinkedSpecialCasesScenarios.cs (2)
43this.TargetBig = this.Target.LoadProjectIgnoreMissingImports(this.TargetBigPath); 54var targetView = this.Local.GetLoadedProjects(this.TargetBigPath).FirstOrDefault();