3 writes to _transferredState
Microsoft.Build (3)
BackEnd\Shared\BuildRequestConfiguration.cs (3)
399_transferredState = null; 930_transferredState = _project; 938translator.Translate(ref _transferredState, ProjectInstance.FactoryForDeserialization);
6 references to _transferredState
Microsoft.Build (6)
BackEnd\Shared\BuildRequestConfiguration.cs (6)
97/// <see cref="_transferredState"/> and <see cref="_transferredProperties"/> are mutually exclud 235ErrorUtilities.VerifyThrow(other._transferredState == null, "Unexpected transferred state still set on other configuration."); 395if (_transferredState != null) 398_project.UpdateStateFrom(_transferredState); 945if (translator.Mode == TranslationDirection.ReadFromStream && _transferredState?.TranslateEntireState == true) 947SetProjectBasedState(_transferredState);