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)
27
if (
_propertyValues
.TryGetValue(name, out string? value))