4 writes to _transferredProperties
Microsoft.Build (4)
BackEnd\Shared\BuildRequestConfiguration.cs (4)
189
_transferredProperties
= new List<ProjectPropertyInstance>();
237
_transferredProperties
= other._transferredProperties;
400
_transferredProperties
= null;
929
translator.Translate(ref
_transferredProperties
, ProjectPropertyInstance.FactoryForDeserialization);
8 references to _transferredProperties
Microsoft.Build (8)
BackEnd\Shared\BuildRequestConfiguration.cs (8)
96
/// <see cref="_transferredState"/> and <see cref="
_transferredProperties
"/> are mutually exclud
192
_transferredProperties
.Add(data.ProjectInstance.GetProperty(name));
237
_transferredProperties = other.
_transferredProperties
;
387
ErrorUtilities.VerifyThrow(
_transferredProperties
== null, "Shouldn't be transferring entire state of ProjectInstance when transferredProperties is not null.");
393
if (
_transferredProperties
!= null)
395
foreach (var property in
_transferredProperties
)
502
_transferredProperties
!= null) // need to overwrite particular properties, so load project from file and overwrite properties
917
if (translator.Mode == TranslationDirection.WriteToStream &&
_transferredProperties
== null)