3 writes to _transferredState
Microsoft.Build (3)
BackEnd\Shared\BuildRequestConfiguration.cs (3)
417_transferredState = null; 945_transferredState = _project; 953translator.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 243Assumed.Null(other._transferredState, "Unexpected transferred state still set on other configuration."); 413if (_transferredState != null) 416_project.UpdateStateFrom(_transferredState); 961if (translator.Mode == TranslationDirection.ReadFromStream && _transferredState?.TranslateEntireState == true) 963SetProjectBasedState(_transferredState);