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