22 references to CreateVBFilesWith
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (22)
VisualStudioMSBuildWorkspaceTests.cs (22)
1670CreateVBFilesWith("DebugType", "full");
1677CreateVBFilesWith("DebugType", "none");
1684CreateVBFilesWith("DebugType", "pdbonly");
1691CreateVBFilesWith("DebugType", "portable");
1698CreateVBFilesWith("DebugType", "embedded");
1713CreateVBFilesWith("OutputType", "Library");
1720CreateVBFilesWith("OutputType", "Exe");
1727CreateVBFilesWith("OutputType", "WinExe");
1734CreateVBFilesWith("OutputType", "Module");
1741CreateVBFilesWith("RootNamespace", "Foo.Bar");
1748CreateVBFilesWith("OptionStrict", "On");
1755CreateVBFilesWith("OptionStrict", "Off");
1766CreateVBFilesWith("OptionStrictType", "Custom");
1773CreateVBFilesWith("OptionInfer", "On");
1780CreateVBFilesWith("OptionInfer", "Off");
1787CreateVBFilesWith("OptionExplicit", "On");
1794CreateVBFilesWith("OptionExplicit", "Off");
1801CreateVBFilesWith("OptionCompare", "Text");
1808CreateVBFilesWith("OptionCompare", "Binary");
1815CreateVBFilesWith("RemoveIntegerChecks", "true");
1822CreateVBFilesWith("RemoveIntegerChecks", "false");
1829CreateVBFilesWith("SignAssembly", "false");