1 write to BigFile
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\LinkedConstructionReadOnly_Tests.cs (1)
29
this.
BigFile
= this.ImmutableDisk.WriteProjectFile($"Big.proj", TestCollectionGroup.BigProjectFile);
3 references to BigFile
Microsoft.Build.Engine.OM.UnitTests (3)
ObjectModelRemoting\LinkedConstructionReadOnly_Tests.cs (3)
30
var projReal = this.Remote[0].LoadProjectIgnoreMissingImports(this.
BigFile
);
35
var projView = this.Local.GetLoadedProjects(this.
BigFile
).FirstOrDefault();
47
var projView = this.Local.GetLoadedProjects(this.
BigFile
).FirstOrDefault();