4 writes to _transferredProperties
Microsoft.Build (4)
BackEnd\Shared\BuildRequestConfiguration.cs (4)
190_transferredProperties = new List<ProjectPropertyInstance>(); 238_transferredProperties = other._transferredProperties; 410_transferredProperties = null; 939translator.Translate(ref _transferredProperties, ProjectPropertyInstance.FactoryForDeserialization);
8 references to _transferredProperties
Microsoft.Build (8)
BackEnd\Shared\BuildRequestConfiguration.cs (8)
97/// <see cref="_transferredState"/> and <see cref="_transferredProperties"/> are mutually exclud 193_transferredProperties.Add(data.ProjectInstance.GetProperty(name)); 238_transferredProperties = other._transferredProperties; 397ErrorUtilities.VerifyThrow(_transferredProperties == null, "Shouldn't be transferring entire state of ProjectInstance when transferredProperties is not null."); 403if (_transferredProperties != null) 405foreach (var property in _transferredProperties) 512_transferredProperties != null) // need to overwrite particular properties, so load project from file and overwrite properties 927if (translator.Mode == TranslationDirection.WriteToStream && _transferredProperties == null)