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