22 references to CreateCSharpFilesWith
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (22)
VisualStudioMSBuildWorkspaceTests.cs (22)
1463CreateCSharpFilesWith("DebugType", "full");
1470CreateCSharpFilesWith("DebugType", "none");
1477CreateCSharpFilesWith("DebugType", "pdbonly");
1484CreateCSharpFilesWith("DebugType", "portable");
1491CreateCSharpFilesWith("DebugType", "embedded");
1498CreateCSharpFilesWith("OutputType", "Library");
1505CreateCSharpFilesWith("OutputType", "Exe");
1512CreateCSharpFilesWith("OutputType", "WinExe");
1519CreateCSharpFilesWith("OutputType", "Module");
1526CreateCSharpFilesWith("Optimize", "True");
1533CreateCSharpFilesWith("Optimize", "False");
1540CreateCSharpFilesWith("StartupObject", "Foo");
1554CreateCSharpFilesWith("SignAssembly", "false");
1561CreateCSharpFilesWith("SignAssembly", "true");
1568CreateCSharpFilesWith("DelaySign", "false");
1575CreateCSharpFilesWith("DelaySign", "true");
1582CreateCSharpFilesWith("CheckForOverflowUnderflow", "true");
1589CreateCSharpFilesWith("CheckForOverflowUnderflow", "false");
1596CreateCSharpFilesWith("LangVersion", "ISO-1");
1603CreateCSharpFilesWith("LangVersion", "ISO-2");
1610CreateCSharpFilesWith("LangVersion", "3");
1624CreateCSharpFilesWith("DefineConstants", "DEBUG;TRACE;X;Y");