1 write to _filePath
Microsoft.Build.Engine.UnitTests (1)
InstanceFromRemote\FakeProjectItemElementLink.cs (1)
25_filePath = filePath ?? throw new ArgumentNullException(nameof(filePath));
1 reference to _filePath
Microsoft.Build.Engine.UnitTests (1)
InstanceFromRemote\FakeProjectItemElementLink.cs (1)
36public override ProjectRootElement ContainingProject => new ProjectRootElement(new FakeProjectRootElementLink(_filePath));