3 writes to _transferredState
Microsoft.Build (3)
BackEnd\Shared\BuildRequestConfiguration.cs (3)
481
_transferredState
= null;
1051
_transferredState
= _project;
1059
translator.Translate(ref
_transferredState
, ProjectInstance.FactoryForDeserialization);
6 references to _transferredState
Microsoft.Build (6)
BackEnd\Shared\BuildRequestConfiguration.cs (6)
98
/// <see cref="
_transferredState
"/> and <see cref="_transferredProperties"/> are mutually exclud
307
Assumed.Null(other.
_transferredState
, "Unexpected transferred state still set on other configuration.");
477
if (
_transferredState
!= null)
480
_project.UpdateStateFrom(
_transferredState
);
1068
if (translator.Mode == TranslationDirection.ReadFromStream &&
_transferredState
?.TranslateEntireState == true)
1070
SetProjectBasedState(
_transferredState
);