22 references to CreateVBFilesWith
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (22)
VisualStudioMSBuildWorkspaceTests.cs (22)
1648CreateVBFilesWith("DebugType", "full");
1655CreateVBFilesWith("DebugType", "none");
1662CreateVBFilesWith("DebugType", "pdbonly");
1669CreateVBFilesWith("DebugType", "portable");
1676CreateVBFilesWith("DebugType", "embedded");
1691CreateVBFilesWith("OutputType", "Library");
1698CreateVBFilesWith("OutputType", "Exe");
1705CreateVBFilesWith("OutputType", "WinExe");
1712CreateVBFilesWith("OutputType", "Module");
1719CreateVBFilesWith("RootNamespace", "Foo.Bar");
1726CreateVBFilesWith("OptionStrict", "On");
1733CreateVBFilesWith("OptionStrict", "Off");
1744CreateVBFilesWith("OptionStrictType", "Custom");
1751CreateVBFilesWith("OptionInfer", "On");
1758CreateVBFilesWith("OptionInfer", "Off");
1765CreateVBFilesWith("OptionExplicit", "On");
1772CreateVBFilesWith("OptionExplicit", "Off");
1779CreateVBFilesWith("OptionCompare", "Text");
1786CreateVBFilesWith("OptionCompare", "Binary");
1793CreateVBFilesWith("RemoveIntegerChecks", "true");
1800CreateVBFilesWith("RemoveIntegerChecks", "false");
1807CreateVBFilesWith("SignAssembly", "false");