22 references to CreateVBFilesWith
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (22)
VisualStudioMSBuildWorkspaceTests.cs (22)
1653CreateVBFilesWith("DebugType", "full"); 1660CreateVBFilesWith("DebugType", "none"); 1667CreateVBFilesWith("DebugType", "pdbonly"); 1674CreateVBFilesWith("DebugType", "portable"); 1681CreateVBFilesWith("DebugType", "embedded"); 1696CreateVBFilesWith("OutputType", "Library"); 1703CreateVBFilesWith("OutputType", "Exe"); 1710CreateVBFilesWith("OutputType", "WinExe"); 1717CreateVBFilesWith("OutputType", "Module"); 1724CreateVBFilesWith("RootNamespace", "Foo.Bar"); 1731CreateVBFilesWith("OptionStrict", "On"); 1738CreateVBFilesWith("OptionStrict", "Off"); 1749CreateVBFilesWith("OptionStrictType", "Custom"); 1756CreateVBFilesWith("OptionInfer", "On"); 1763CreateVBFilesWith("OptionInfer", "Off"); 1770CreateVBFilesWith("OptionExplicit", "On"); 1777CreateVBFilesWith("OptionExplicit", "Off"); 1784CreateVBFilesWith("OptionCompare", "Text"); 1791CreateVBFilesWith("OptionCompare", "Binary"); 1798CreateVBFilesWith("RemoveIntegerChecks", "true"); 1805CreateVBFilesWith("RemoveIntegerChecks", "false"); 1812CreateVBFilesWith("SignAssembly", "false");