4 writes to LegacyThreadingSemantics
Microsoft.Build (1)
BackEnd\BuildManager\BuildParameters.cs (1)
305LegacyThreadingSemantics = other.LegacyThreadingSemantics;
Microsoft.Build.Engine.UnitTests (3)
BackEnd\BuildManager_Tests.cs (3)
3132LegacyThreadingSemantics = true 3210LegacyThreadingSemantics = true 3295LegacyThreadingSemantics = true,
2 references to LegacyThreadingSemantics
Microsoft.Build (2)
BackEnd\BuildManager\BuildParameters.cs (1)
305LegacyThreadingSemantics = other.LegacyThreadingSemantics;
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
573return host.BuildParameters.LegacyThreadingSemantics && (host.LegacyThreadingData.MainThreadSubmissionId == entry.Request.SubmissionId);