Home
last modified time | relevance | path

Searched refs:_legacyThreadingEventsById (Results 1 – 1 of 1) sorted by relevance

/dports/devel/msbuild/msbuild-0.06/src/Build/BackEnd/BuildManager/
H A DLegacyThreadingData.cs29 …vate IDictionary<int, Tuple<AutoResetEvent, ManualResetEvent>> _legacyThreadingEventsById = new Di… field in Microsoft.Build.Execution.LegacyThreadingData
97 …ErrorUtilities.VerifyThrow(!_legacyThreadingEventsById.ContainsKey(submissionId), "Submission {0} … in RegisterSubmissionForLegacyThread()
99_legacyThreadingEventsById[submissionId] = new Tuple<AutoResetEvent, ManualResetEvent> in RegisterSubmissionForLegacyThread()
115 …ErrorUtilities.VerifyThrow(_legacyThreadingEventsById.ContainsKey(submissionId), "Submission {0} s… in UnregisterSubmissionForLegacyThread()
117 if (_legacyThreadingEventsById.ContainsKey(submissionId)) in UnregisterSubmissionForLegacyThread()
119 _legacyThreadingEventsById.Remove(submissionId); in UnregisterSubmissionForLegacyThread()
134 _legacyThreadingEventsById.TryGetValue(submissionId, out legacyThreadingEvents); in GetStartRequestBuilderMainThreadEventForSubmission()
152 _legacyThreadingEventsById.TryGetValue(submissionId, out legacyThreadingEvents); in GetLegacyThreadInactiveTask()
179 _legacyThreadingEventsById.TryGetValue(submissionId, out legacyThreadingEvents); in SignalLegacyThreadStart()
201 _legacyThreadingEventsById.TryGetValue(submissionId, out legacyThreadingEvents); in SignalLegacyThreadEnd()