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