4 instantiations of TestableCompiler
Microsoft.CodeAnalysis.Test.Utilities (4)
TestableCompiler.cs (4)
106return new TestableCompiler(compiler, fileSystem, p); 125return new TestableCompiler(compiler, fileSystem, buildPaths); 152return new TestableCompiler(compiler, fileSystem, p); 192return new TestableCompiler(compiler, fileSystem, buildPaths);
19 references to TestableCompiler
Microsoft.CodeAnalysis.Rebuild.UnitTests (11)
BasicDeterministicKeyBuilderTests.cs (2)
309var compiler = TestableCompiler.CreateBasicNetCoreApp("test.vb", @"-t:library", "-nologo", "-features:debug-determinism", "-deterministic", @"-define:_MYTYPE=""Empty""", "-debug:portable");
CSharpDeterministicKeyBuilderTests.cs (2)
493var compiler = TestableCompiler.CreateCSharpNetCoreApp("test.cs", @"-t:library", "-nologo", "-features:debug-determinism", "-deterministic", "-debug:portable", "-checksumalgorithm:sha256");
RebuildCommandLineTests.cs (7)
24internal static BuildPaths BuildPaths { get; } = TestableCompiler.StandardBuildPaths; 25internal static string RootDirectory { get; } = TestableCompiler.RootDirectory; 26internal static string OutputDirectory { get; } = Path.Combine(TestableCompiler.RootDirectory, "output"); 352var compiler = TestableCompiler.CreateCSharpNetCoreApp( 511var compiler = TestableCompiler.CreateBasicNetCoreApp(
Microsoft.CodeAnalysis.Test.Utilities (8)
TestableCompiler.cs (8)
99internal static TestableCompiler CreateCSharp( 109internal static TestableCompiler CreateCSharpNetCoreApp( 128internal static TestableCompiler CreateCSharpNetCoreApp( 134internal static TestableCompiler CreateCSharpNetCoreApp(params string[] commandLineArguments) 145internal static TestableCompiler CreateBasic( 155internal static TestableCompiler CreateBasicNetCoreApp( 195internal static TestableCompiler CreateBasicNetCoreApp( 201internal static TestableCompiler CreateBasicNetCoreApp(params string[] commandLineArguments)