2 references to TestEmit
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (2)
ScriptTests.cs (2)
79
public void TestEmit_PortablePdb() =>
TestEmit
(DebugInformationFormat.PortablePdb);
82
public void TestEmit_WindowsPdb() =>
TestEmit
(DebugInformationFormat.Pdb);