3 references to s_asyncRefs
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (3)
CodeGen\CodeGenAsyncEHTests.cs (3)
28
references = (references != null) ? references.Concat(
s_asyncRefs
) :
s_asyncRefs
;
940
var v = CompileAndVerify(source,
s_asyncRefs
, targetFramework: TargetFramework.Empty, options: TestOptions.DebugExe.WithMetadataImportOptions(MetadataImportOptions.All), expectedOutput: expected, symbolValidator: module =>