18 references to ExecutionConfiguration
Microsoft.CodeAnalysis.CSharp.EndToEnd.UnitTests (16)
EndToEndTests.cs (16)
106
(4,
ExecutionConfiguration
.Debug) => 520, // 510
107
(4,
ExecutionConfiguration
.Release) => 1400, // 1310
108
(8,
ExecutionConfiguration
.Debug) => 250, // 225,
109
(8,
ExecutionConfiguration
.Release) => 700, // 620
162
(4,
ExecutionConfiguration
.Debug) => 370, // 270
163
(4,
ExecutionConfiguration
.Release) => 1290, // 1290
164
(8,
ExecutionConfiguration
.Debug) => 270, // 170
165
(8,
ExecutionConfiguration
.Release) => 730, // 730
236
(4,
ExecutionConfiguration
.Debug) => 310,
237
(4,
ExecutionConfiguration
.Release) => 1650,
238
(8,
ExecutionConfiguration
.Debug) => 200,
239
(8,
ExecutionConfiguration
.Release) => 780,
282
(4,
ExecutionConfiguration
.Debug) => 420,
283
(4,
ExecutionConfiguration
.Release) => 1100,
284
(8,
ExecutionConfiguration
.Debug) => 180,
285
(8,
ExecutionConfiguration
.Release) => 400,
Microsoft.CodeAnalysis.Test.Utilities (2)
Assert\ConditionalFactAttribute.cs (2)
145
public static
ExecutionConfiguration
Configuration =>
147
ExecutionConfiguration
.Debug;