1 write to _propertyValues
Microsoft.Build.Engine.UnitTests (1)
InstanceFromRemote\FakeProjectLinkWithPropertyValues.cs (1)
22_propertyValues = propertyValues ?? throw new ArgumentNullException(nameof(propertyValues));
1 reference to _propertyValues
Microsoft.Build.Engine.UnitTests (1)
InstanceFromRemote\FakeProjectLinkWithPropertyValues.cs (1)
27if (_propertyValues.TryGetValue(name, out string? value))