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