7 references to ExpectedOutput
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (7)
Emit\DynamicAnalysis\DynamicInstrumentationTests.cs (7)
744CompilationVerifier verifier = CompileAndVerify(source, expectedOutput: checker.ExpectedOutput, options: TestOptions.ReleaseExe); 748verifier = CompileAndVerify(source, expectedOutput: checker.ExpectedOutput, options: TestOptions.DebugExe); 948CompilationVerifier verifier = CompileAndVerify(source, expectedOutput: checker.ExpectedOutput, options: TestOptions.ReleaseExe); 952verifier = CompileAndVerify(source, expectedOutput: checker.ExpectedOutput, options: TestOptions.DebugExe); 3095" + checker.ExpectedOutput; 3241" + checker.ExpectedOutput; 3616" + checker.ExpectedOutput;