24 references to ExecutionConfiguration
Microsoft.CodeAnalysis.CSharp.EndToEnd.UnitTests (22)
EndToEndTests.cs (22)
127
(4,
ExecutionConfiguration
.Debug) => 4000,
128
(4,
ExecutionConfiguration
.Release) => 4000,
129
(8,
ExecutionConfiguration
.Debug) => 4000,
130
(8,
ExecutionConfiguration
.Release) => 4000,
184
(8,
ExecutionConfiguration
.Debug, false, false) => 750,
185
(8,
ExecutionConfiguration
.Release, false, false) => 750, // Should be ~3_400, but is flaky.
186
(4,
ExecutionConfiguration
.Debug, true, false) => 450,
187
(4,
ExecutionConfiguration
.Release, true, false) => 1_600,
188
(8,
ExecutionConfiguration
.Debug, true, false) => 1_100,
189
(8,
ExecutionConfiguration
.Release, true, false) => 3_300,
266
(4,
ExecutionConfiguration
.Debug) => 370, // 270
267
(4,
ExecutionConfiguration
.Release) => 1290, // 1290
268
(8,
ExecutionConfiguration
.Debug) => 270, // 170
269
(8,
ExecutionConfiguration
.Release) => 730, // 730
417
(4,
ExecutionConfiguration
.Debug) => 310,
418
(4,
ExecutionConfiguration
.Release) => 1400,
419
(8,
ExecutionConfiguration
.Debug) => 200,
420
(8,
ExecutionConfiguration
.Release) => 474,
552
(4,
ExecutionConfiguration
.Debug) => 420,
553
(4,
ExecutionConfiguration
.Release) => 1100,
554
(8,
ExecutionConfiguration
.Debug) => 180,
555
(8,
ExecutionConfiguration
.Release) => 400,
Microsoft.CodeAnalysis.Test.Utilities (2)
Assert\ConditionalFactAttribute.cs (2)
145
public static
ExecutionConfiguration
Configuration =>
147
ExecutionConfiguration
.Debug;