1 write to BigFile
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\LinkedEvaluationReadOnly_Tests.cs (1)
23
this.
BigFile
= this.ImmutableDisk.WriteProjectFile($"Big.proj", TestCollectionGroup.BigProjectFile);
3 references to BigFile
Microsoft.Build.Engine.OM.UnitTests (3)
ObjectModelRemoting\LinkedEvaluationReadOnly_Tests.cs (3)
24
var projReal = this.Remote[0].LoadProjectWithSettings(this.
BigFile
, ProjectLoadSettings.IgnoreMissingImports | ProjectLoadSettings.RecordDuplicateButNotCircularImports);
29
var projView = this.Local.GetLoadedProjects(this.
BigFile
).FirstOrDefault();
41
var projView = this.Local.GetLoadedProjects(this.
BigFile
).FirstOrDefault();