22 references to CreateVBFilesWith
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (22)
VisualStudioMSBuildWorkspaceTests.cs (22)
1650CreateVBFilesWith("DebugType", "full"); 1657CreateVBFilesWith("DebugType", "none"); 1664CreateVBFilesWith("DebugType", "pdbonly"); 1671CreateVBFilesWith("DebugType", "portable"); 1678CreateVBFilesWith("DebugType", "embedded"); 1693CreateVBFilesWith("OutputType", "Library"); 1700CreateVBFilesWith("OutputType", "Exe"); 1707CreateVBFilesWith("OutputType", "WinExe"); 1714CreateVBFilesWith("OutputType", "Module"); 1721CreateVBFilesWith("RootNamespace", "Foo.Bar"); 1728CreateVBFilesWith("OptionStrict", "On"); 1735CreateVBFilesWith("OptionStrict", "Off"); 1746CreateVBFilesWith("OptionStrictType", "Custom"); 1753CreateVBFilesWith("OptionInfer", "On"); 1760CreateVBFilesWith("OptionInfer", "Off"); 1767CreateVBFilesWith("OptionExplicit", "On"); 1774CreateVBFilesWith("OptionExplicit", "Off"); 1781CreateVBFilesWith("OptionCompare", "Text"); 1788CreateVBFilesWith("OptionCompare", "Binary"); 1795CreateVBFilesWith("RemoveIntegerChecks", "true"); 1802CreateVBFilesWith("RemoveIntegerChecks", "false"); 1809CreateVBFilesWith("SignAssembly", "false");