22 references to CreateVBFilesWith
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (22)
VisualStudioMSBuildWorkspaceTests.cs (22)
1665CreateVBFilesWith("DebugType", "full"); 1672CreateVBFilesWith("DebugType", "none"); 1679CreateVBFilesWith("DebugType", "pdbonly"); 1686CreateVBFilesWith("DebugType", "portable"); 1693CreateVBFilesWith("DebugType", "embedded"); 1708CreateVBFilesWith("OutputType", "Library"); 1715CreateVBFilesWith("OutputType", "Exe"); 1722CreateVBFilesWith("OutputType", "WinExe"); 1729CreateVBFilesWith("OutputType", "Module"); 1736CreateVBFilesWith("RootNamespace", "Foo.Bar"); 1743CreateVBFilesWith("OptionStrict", "On"); 1750CreateVBFilesWith("OptionStrict", "Off"); 1761CreateVBFilesWith("OptionStrictType", "Custom"); 1768CreateVBFilesWith("OptionInfer", "On"); 1775CreateVBFilesWith("OptionInfer", "Off"); 1782CreateVBFilesWith("OptionExplicit", "On"); 1789CreateVBFilesWith("OptionExplicit", "Off"); 1796CreateVBFilesWith("OptionCompare", "Text"); 1803CreateVBFilesWith("OptionCompare", "Binary"); 1810CreateVBFilesWith("RemoveIntegerChecks", "true"); 1817CreateVBFilesWith("RemoveIntegerChecks", "false"); 1824CreateVBFilesWith("SignAssembly", "false");