12 references to Debug
Microsoft.CodeAnalysis.CSharp.EndToEnd.UnitTests (11)
EndToEndTests.cs (11)
126
(4, ExecutionConfiguration.
Debug
) => 4000,
128
(8, ExecutionConfiguration.
Debug
) => 4000,
183
(8, ExecutionConfiguration.
Debug
, false, false) => 750,
185
(4, ExecutionConfiguration.
Debug
, true, false) => 450,
187
(8, ExecutionConfiguration.
Debug
, true, false) => 1_100,
265
(4, ExecutionConfiguration.
Debug
) => 370, // 270
267
(8, ExecutionConfiguration.
Debug
) => 270, // 170
416
(4, ExecutionConfiguration.
Debug
) => 310,
418
(8, ExecutionConfiguration.
Debug
) => 200,
551
(4, ExecutionConfiguration.
Debug
) => 420,
553
(8, ExecutionConfiguration.
Debug
) => 180,
Microsoft.CodeAnalysis.Test.Utilities (1)
Assert\ConditionalFactAttribute.cs (1)
147
ExecutionConfiguration.
Debug
;