16 writes to WorkFunc
Microsoft.Build.Engine.UnitTests (16)
Graph\ParallelWorkSet_Tests.cs (16)
47
WorkFunc
= () => throw new Exception()
52
WorkFunc
= () => throw new Exception()
57
WorkFunc
= () => throw new Exception()
75
WorkFunc
= () => throw new Exception()
80
WorkFunc
= () => throw new Exception()
85
WorkFunc
= () => throw new Exception()
118
WorkFunc
= () =>
127
WorkFunc
= () => "bazVal"
150
WorkFunc
= () =>
159
WorkFunc
= () => "bazVal"
182
WorkFunc
= () => "fooVal"
187
WorkFunc
= () => "barVal"
192
WorkFunc
= () => "bazVal"
215
WorkFunc
= () => "fooVal"
220
WorkFunc
= () => "barVal"
225
WorkFunc
= () => "bazVal"
1 reference to WorkFunc
Microsoft.Build.Engine.UnitTests (1)
Graph\ParallelWorkSet_Tests.cs (1)
251
return workItem.
WorkFunc
();