2 writes to _propertiesFromCommandLine
Microsoft.Build (2)
BackEnd\BuildManager\BuildParameters.cs (2)
264_propertiesFromCommandLine = projectCollection.PropertiesFromCommandLine; 293_propertiesFromCommandLine = other._propertiesFromCommandLine != null ? new HashSet<string>(other._propertiesFromCommandLine, StringComparer.OrdinalIgnoreCase) : null;
3 references to _propertiesFromCommandLine
Microsoft.Build (3)
BackEnd\BuildManager\BuildParameters.cs (3)
293_propertiesFromCommandLine = other._propertiesFromCommandLine != null ? new HashSet<string>(other._propertiesFromCommandLine, StringComparer.OrdinalIgnoreCase) : null; 353public ICollection<string> PropertiesFromCommandLine => _propertiesFromCommandLine;