22 references to CreateCSharpFilesWith
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (22)
VisualStudioMSBuildWorkspaceTests.cs (22)
1458CreateCSharpFilesWith("DebugType", "full"); 1465CreateCSharpFilesWith("DebugType", "none"); 1472CreateCSharpFilesWith("DebugType", "pdbonly"); 1479CreateCSharpFilesWith("DebugType", "portable"); 1486CreateCSharpFilesWith("DebugType", "embedded"); 1493CreateCSharpFilesWith("OutputType", "Library"); 1500CreateCSharpFilesWith("OutputType", "Exe"); 1507CreateCSharpFilesWith("OutputType", "WinExe"); 1514CreateCSharpFilesWith("OutputType", "Module"); 1521CreateCSharpFilesWith("Optimize", "True"); 1528CreateCSharpFilesWith("Optimize", "False"); 1535CreateCSharpFilesWith("StartupObject", "Foo"); 1549CreateCSharpFilesWith("SignAssembly", "false"); 1556CreateCSharpFilesWith("SignAssembly", "true"); 1563CreateCSharpFilesWith("DelaySign", "false"); 1570CreateCSharpFilesWith("DelaySign", "true"); 1577CreateCSharpFilesWith("CheckForOverflowUnderflow", "true"); 1584CreateCSharpFilesWith("CheckForOverflowUnderflow", "false"); 1591CreateCSharpFilesWith("LangVersion", "ISO-1"); 1598CreateCSharpFilesWith("LangVersion", "ISO-2"); 1605CreateCSharpFilesWith("LangVersion", "3"); 1619CreateCSharpFilesWith("DefineConstants", "DEBUG;TRACE;X;Y");