4 writes to _transferredProperties
Microsoft.Build (4)
BackEnd\Shared\BuildRequestConfiguration.cs (4)
261
_transferredProperties
= new List<ProjectPropertyInstance>();
310
_transferredProperties
= other._transferredProperties;
492
_transferredProperties
= null;
1060
translator.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
264
_transferredProperties
.Add(data.ProjectInstance.GetProperty(name));
310
_transferredProperties = other.
_transferredProperties
;
479
Assumed.Null(
_transferredProperties
, "Shouldn't be transferring entire state of ProjectInstance when transferredProperties is not null.");
485
if (
_transferredProperties
!= null)
487
foreach (var property in
_transferredProperties
)
595
_transferredProperties
!= null) // need to overwrite particular properties, so load project from file and overwrite properties
1048
if (translator.Mode == TranslationDirection.WriteToStream &&
_transferredProperties
== null)