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