22 references to CreateCSharpFilesWith
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (22)
VisualStudioMSBuildWorkspaceTests.cs (22)
1460CreateCSharpFilesWith("DebugType", "full");
1467CreateCSharpFilesWith("DebugType", "none");
1474CreateCSharpFilesWith("DebugType", "pdbonly");
1481CreateCSharpFilesWith("DebugType", "portable");
1488CreateCSharpFilesWith("DebugType", "embedded");
1495CreateCSharpFilesWith("OutputType", "Library");
1502CreateCSharpFilesWith("OutputType", "Exe");
1509CreateCSharpFilesWith("OutputType", "WinExe");
1516CreateCSharpFilesWith("OutputType", "Module");
1523CreateCSharpFilesWith("Optimize", "True");
1530CreateCSharpFilesWith("Optimize", "False");
1537CreateCSharpFilesWith("StartupObject", "Foo");
1551CreateCSharpFilesWith("SignAssembly", "false");
1558CreateCSharpFilesWith("SignAssembly", "true");
1565CreateCSharpFilesWith("DelaySign", "false");
1572CreateCSharpFilesWith("DelaySign", "true");
1579CreateCSharpFilesWith("CheckForOverflowUnderflow", "true");
1586CreateCSharpFilesWith("CheckForOverflowUnderflow", "false");
1593CreateCSharpFilesWith("LangVersion", "ISO-1");
1600CreateCSharpFilesWith("LangVersion", "ISO-2");
1607CreateCSharpFilesWith("LangVersion", "3");
1621CreateCSharpFilesWith("DefineConstants", "DEBUG;TRACE;X;Y");