12 references to TestableCompiler
Microsoft.CodeAnalysis.Rebuild.UnitTests (4)
BasicDeterministicKeyBuilderTests.cs (1)
309
var
compiler = TestableCompiler.CreateBasicNetCoreApp("test.vb", @"-t:library", "-nologo", "-features:debug-determinism", "-deterministic", @"-define:_MYTYPE=""Empty""", "-debug:portable");
CSharpDeterministicKeyBuilderTests.cs (1)
493
var
compiler = TestableCompiler.CreateCSharpNetCoreApp("test.cs", @"-t:library", "-nologo", "-features:debug-determinism", "-deterministic", "-debug:portable", "-checksumalgorithm:sha256");
RebuildCommandLineTests.cs (2)
357
var
compiler = TestableCompiler.CreateCSharpNetCoreApp(
516
var
compiler = TestableCompiler.CreateBasicNetCoreApp(
Microsoft.CodeAnalysis.Test.Utilities (8)
TestableCompiler.cs (8)
99
internal static
TestableCompiler
CreateCSharp(
109
internal static
TestableCompiler
CreateCSharpNetCoreApp(
128
internal static
TestableCompiler
CreateCSharpNetCoreApp(
134
internal static
TestableCompiler
CreateCSharpNetCoreApp(params string[] commandLineArguments)
145
internal static
TestableCompiler
CreateBasic(
155
internal static
TestableCompiler
CreateBasicNetCoreApp(
195
internal static
TestableCompiler
CreateBasicNetCoreApp(
201
internal static
TestableCompiler
CreateBasicNetCoreApp(params string[] commandLineArguments)