4 writes to _transferredProperties
Microsoft.Build (4)
BackEnd\Shared\BuildRequestConfiguration.cs (4)
210_transferredProperties = new List<ProjectPropertyInstance>(); 259_transferredProperties = other._transferredProperties; 441_transferredProperties = null; 1009translator.Translate(ref _transferredProperties, ProjectPropertyInstance.FactoryForDeserialization);
8 references to _transferredProperties
Microsoft.Build (8)
BackEnd\Shared\BuildRequestConfiguration.cs (8)
98/// <see cref="_transferredState"/> and <see cref="_transferredProperties"/> are mutually exclud 213_transferredProperties.Add(data.ProjectInstance.GetProperty(name)); 259_transferredProperties = other._transferredProperties; 428Assumed.Null(_transferredProperties, "Shouldn't be transferring entire state of ProjectInstance when transferredProperties is not null."); 434if (_transferredProperties != null) 436foreach (var property in _transferredProperties) 544_transferredProperties != null) // need to overwrite particular properties, so load project from file and overwrite properties 997if (translator.Mode == TranslationDirection.WriteToStream && _transferredProperties == null)