12 references to Debug
Microsoft.CodeAnalysis.CSharp.EndToEnd.UnitTests (11)
EndToEndTests.cs (11)
125
(4, ExecutionConfiguration.
Debug
) => 4000,
127
(8, ExecutionConfiguration.
Debug
) => 4000,
182
(8, ExecutionConfiguration.
Debug
, false, false) => 750,
184
(4, ExecutionConfiguration.
Debug
, true, false) => 450,
186
(8, ExecutionConfiguration.
Debug
, true, false) => 1_100,
264
(4, ExecutionConfiguration.
Debug
) => 370, // 270
266
(8, ExecutionConfiguration.
Debug
) => 270, // 170
415
(4, ExecutionConfiguration.
Debug
) => 310,
417
(8, ExecutionConfiguration.
Debug
) => 200,
550
(4, ExecutionConfiguration.
Debug
) => 420,
552
(8, ExecutionConfiguration.
Debug
) => 180,
Microsoft.CodeAnalysis.Test.Utilities (1)
Assert\ConditionalFactAttribute.cs (1)
147
ExecutionConfiguration.
Debug
;