22 references to CreateCSharpFilesWith
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (22)
VisualStudioMSBuildWorkspaceTests.cs (22)
1480CreateCSharpFilesWith("DebugType", "full");
1487CreateCSharpFilesWith("DebugType", "none");
1494CreateCSharpFilesWith("DebugType", "pdbonly");
1501CreateCSharpFilesWith("DebugType", "portable");
1508CreateCSharpFilesWith("DebugType", "embedded");
1515CreateCSharpFilesWith("OutputType", "Library");
1522CreateCSharpFilesWith("OutputType", "Exe");
1529CreateCSharpFilesWith("OutputType", "WinExe");
1536CreateCSharpFilesWith("OutputType", "Module");
1543CreateCSharpFilesWith("Optimize", "True");
1550CreateCSharpFilesWith("Optimize", "False");
1557CreateCSharpFilesWith("StartupObject", "Foo");
1571CreateCSharpFilesWith("SignAssembly", "false");
1578CreateCSharpFilesWith("SignAssembly", "true");
1585CreateCSharpFilesWith("DelaySign", "false");
1592CreateCSharpFilesWith("DelaySign", "true");
1599CreateCSharpFilesWith("CheckForOverflowUnderflow", "true");
1606CreateCSharpFilesWith("CheckForOverflowUnderflow", "false");
1613CreateCSharpFilesWith("LangVersion", "ISO-1");
1620CreateCSharpFilesWith("LangVersion", "ISO-2");
1627CreateCSharpFilesWith("LangVersion", "3");
1641CreateCSharpFilesWith("DefineConstants", "DEBUG;TRACE;X;Y");