1 write to PropertiesToTransfer
Microsoft.Build (1)
BackEnd\BuildManager\BuildRequestData.cs (1)
80
PropertiesToTransfer
= new List<string>(propertiesToTransfer);
2 references to PropertiesToTransfer
Microsoft.Build (2)
BackEnd\Shared\BuildRequestConfiguration.cs (2)
187
if (data.
PropertiesToTransfer
!= null)
190
foreach (var name in data.
PropertiesToTransfer
)