3 writes to _transferredState
Microsoft.Build (3)
BackEnd\Shared\BuildRequestConfiguration.cs (3)
393_transferredState = null; 924_transferredState = _project; 932translator.Translate(ref _transferredState, ProjectInstance.FactoryForDeserialization);
6 references to _transferredState
Microsoft.Build (6)
BackEnd\Shared\BuildRequestConfiguration.cs (6)
96/// <see cref="_transferredState"/> and <see cref="_transferredProperties"/> are mutually exclud 234ErrorUtilities.VerifyThrow(other._transferredState == null, "Unexpected transferred state still set on other configuration."); 389if (_transferredState != null) 392_project.UpdateStateFrom(_transferredState); 939if (translator.Mode == TranslationDirection.ReadFromStream && _transferredState?.TranslateEntireState == true) 941SetProjectBasedState(_transferredState);