22 references to CreateVBFilesWith
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (22)
VisualStudioMSBuildWorkspaceTests.cs (22)
1644CreateVBFilesWith("DebugType", "full");
1651CreateVBFilesWith("DebugType", "none");
1658CreateVBFilesWith("DebugType", "pdbonly");
1665CreateVBFilesWith("DebugType", "portable");
1672CreateVBFilesWith("DebugType", "embedded");
1687CreateVBFilesWith("OutputType", "Library");
1694CreateVBFilesWith("OutputType", "Exe");
1701CreateVBFilesWith("OutputType", "WinExe");
1708CreateVBFilesWith("OutputType", "Module");
1715CreateVBFilesWith("RootNamespace", "Foo.Bar");
1722CreateVBFilesWith("OptionStrict", "On");
1729CreateVBFilesWith("OptionStrict", "Off");
1740CreateVBFilesWith("OptionStrictType", "Custom");
1747CreateVBFilesWith("OptionInfer", "On");
1754CreateVBFilesWith("OptionInfer", "Off");
1761CreateVBFilesWith("OptionExplicit", "On");
1768CreateVBFilesWith("OptionExplicit", "Off");
1775CreateVBFilesWith("OptionCompare", "Text");
1782CreateVBFilesWith("OptionCompare", "Binary");
1789CreateVBFilesWith("RemoveIntegerChecks", "true");
1796CreateVBFilesWith("RemoveIntegerChecks", "false");
1803CreateVBFilesWith("SignAssembly", "false");