22 references to CreateCSharpFilesWith
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (22)
VisualStudioMSBuildWorkspaceTests.cs (22)
1454CreateCSharpFilesWith("DebugType", "full");
1461CreateCSharpFilesWith("DebugType", "none");
1468CreateCSharpFilesWith("DebugType", "pdbonly");
1475CreateCSharpFilesWith("DebugType", "portable");
1482CreateCSharpFilesWith("DebugType", "embedded");
1489CreateCSharpFilesWith("OutputType", "Library");
1496CreateCSharpFilesWith("OutputType", "Exe");
1503CreateCSharpFilesWith("OutputType", "WinExe");
1510CreateCSharpFilesWith("OutputType", "Module");
1517CreateCSharpFilesWith("Optimize", "True");
1524CreateCSharpFilesWith("Optimize", "False");
1531CreateCSharpFilesWith("StartupObject", "Foo");
1545CreateCSharpFilesWith("SignAssembly", "false");
1552CreateCSharpFilesWith("SignAssembly", "true");
1559CreateCSharpFilesWith("DelaySign", "false");
1566CreateCSharpFilesWith("DelaySign", "true");
1573CreateCSharpFilesWith("CheckForOverflowUnderflow", "true");
1580CreateCSharpFilesWith("CheckForOverflowUnderflow", "false");
1587CreateCSharpFilesWith("LangVersion", "ISO-1");
1594CreateCSharpFilesWith("LangVersion", "ISO-2");
1601CreateCSharpFilesWith("LangVersion", "3");
1615CreateCSharpFilesWith("DefineConstants", "DEBUG;TRACE;X;Y");