7 references to WithRuntimeAsync
Microsoft.CodeAnalysis.CSharp.CSharp15.UnitTests (2)
UnsafeEvolutionTests.cs (2)
4193
parseOptions:
WithRuntimeAsync
(TestOptions.RegularPreview),
4212
parseOptions:
WithRuntimeAsync
(TestOptions.RegularPreview),
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (4)
CodeGen\CodeGenAsyncTests.cs (4)
8985
var comp = CreateCompilation([source, withNonCoreLibSources ? RuntimeAsyncAwaitHelpers : ""], targetFramework: TargetFramework.Net90, parseOptions:
WithRuntimeAsync
(TestOptions.RegularPreview));
9826
return CreateEmptyCompilation(source, references: [corlibComp.EmitToImageReference()], parseOptions:
WithRuntimeAsync
(TestOptions.RegularPreview));
10864
var comp = CreateEmptyCompilation(code, parseOptions:
WithRuntimeAsync
(TestOptions.RegularPreview));
11247
var comp = CreateEmptyCompilation([source, corlib], parseOptions:
WithRuntimeAsync
(TestOptions.RegularPreview), assemblyName: "TestAssembly");
Microsoft.CodeAnalysis.CSharp.Test.Utilities (1)
CSharpTestBase.cs (1)
3255
parseOptions ??=
WithRuntimeAsync
(TestOptions.RegularPreview);