1 write to _propertiesToAdd
Microsoft.Build.Framework (1)
Sdk\SdkResult.cs (1)
63
public virtual IDictionary<string, string> PropertiesToAdd { get => _propertiesToAdd; protected set =>
_propertiesToAdd
= value; }
1 reference to _propertiesToAdd
Microsoft.Build.Framework (1)
Sdk\SdkResult.cs (1)
63
public virtual IDictionary<string, string> PropertiesToAdd { get =>
_propertiesToAdd
; protected set => _propertiesToAdd = value; }