3 references to s_asyncRefs
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (3)
CodeGen\CodeGenAsyncLocalsTests.cs (3)
29
references = (references != null) ? references.Concat(
s_asyncRefs
) :
s_asyncRefs
;
1247
CompileAndVerify(source, targetFramework: TargetFramework.Empty, references:
s_asyncRefs
, options: TestOptions.ReleaseDll.WithMetadataImportOptions(MetadataImportOptions.All), symbolValidator: module =>