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