19 references to CreateRuntimeInstance
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler.UnitTests (19)
ExpressionCompilerTests.cs (11)
341var runtime = CreateRuntimeInstance(moduleB, referencesB); 409runtime = CreateRuntimeInstance(moduleB, fewerReferences); 1069var runtime = CreateRuntimeInstance(module, new[] { MscorlibRef }); 1111var runtime = CreateRuntimeInstance(module, new[] { MscorlibRef }); 1152var runtime = CreateRuntimeInstance(module, new[] { MscorlibRef }); 4639var runtime = CreateRuntimeInstance(module, new[] { MscorlibRef }); 4802var runtime = CreateRuntimeInstance(module, new[] { MscorlibRef }); 5285var runtime = CreateRuntimeInstance(module, WinRtRefs); 5856var runtime = CreateRuntimeInstance(module, new[] { MscorlibRef }); 5886var runtime = CreateRuntimeInstance(module, new[] { MscorlibRef }); 6032var runtime = CreateRuntimeInstance(module, new[] { MscorlibRef, ExpressionCompilerTestHelpers.IntrinsicAssemblyReference });
HoistedThisTests.cs (2)
631var runtime = CreateRuntimeInstance(module, new[] { MscorlibRef }); 777var runtime = CreateRuntimeInstance(module, new[] { MscorlibRef });
ResultPropertiesTests.cs (1)
122var runtime = CreateRuntimeInstance(module, new[] { MscorlibRef });
UsingDebugInfoTests.cs (5)
462var runtime = CreateRuntimeInstance(module, new[] { MscorlibRef }); 493var runtime = CreateRuntimeInstance(module, new[] { MscorlibRef }); 530var runtime = CreateRuntimeInstance(module, new[] { MscorlibRef }); 570var runtime = CreateRuntimeInstance(module, new[] { MscorlibRef }); 610var runtime = CreateRuntimeInstance(module, new[] { MscorlibRef });